Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 122722 --- [Regression]One more number appear in iid on html

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 122722 --- [Regression]One more number appear in iid on html

Description:
 
Why: The grid in master page will generate a ITableContent and exported as table, the iid of this table item should not be exported

Fix: We judge on the generator of the table item and only export iid when the generator is TableItemDesign


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java;

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
Remove the invalid iid, they are generated by grid item and should not be exported.
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top