Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 129144, 129376 template item and supressDuplicate of data item

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 129144, 129376 template item and supressDuplicate of data item

Summary 

Bugzilla Bug (s) Resolved:
129344 Support suppressDuplicates property on table row in report design
128376 Support option to render template item with its prompt text

Description:
If value of a data item in the detail band of a listing item (list & table) is duplicated, the second one should n't be displayed.

The template report item is not displayed in BIRT 2.0. It is required to display the promtp text with borders for those report items.

 
Test Description:
Manual Test/Visual Inspect
 
Files Edited:

cvs ci -m "129144, 129376 support supressDuplicate and template" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DataItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutorManager.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/IReportItemVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutorVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentLoader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/ReportItemDesign.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/DataItemDesign.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/DefaultReportItemVisitorImpl.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TemplateExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/TemplateDesign.java"

Files Added:
cvs add -kkv
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TemplateExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/TemplateDesign.java"

Notes to Build Team:
 
Notes to Developers:
Model should support supressDuplicates also.

Notes to QA:
As the model doesn't support the supressDuplicates yet, the supressDuplicate attribute must be set manully in debuging enviorments.

 
Quotes to Documentation:


-Wei Yan




Back to the top