- Summary:
Do not make the TOC as group key _expression_ in Model Level. UI should get group
key _expression_ and set it as group toc in the group dialog. This checkin is only
Model part.
- Bugzilla Bug (s) Resolved:126308(partly)
- Description:
Model should not automatically generate the TOC _expression_. Removed GroupElementPropSearchStrategy
so that there is no default TOC value.
- Tests Description :
JUnit test
- Files Edited:
/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/GroupHandleTest.java
/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/DesignLoadLibraryTest.java
/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TableItemParseTest.java
/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/golden/TableItemParseTest_golden.xml
/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/input/TableItemParseTest.xml
/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/writer/golden/DocumentUtilTest_golden.xml
/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/GroupElement.java
- Files Added:
- Files Deleted:
/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/GroupElementPropSearchStrategy.java
- Notes to Build Team:
- Notes to Developers:
UI should get group key _expression_ and set it as group toc in the group dialog.
- Notes to QA:
- Notes to Documentation: