[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 121863 --- Data in table with highlight/map setting cannot be exported.
|
Title: [birt-dev]CheckIn: Fix Bugzilla Bug 121863 --- Data in table with highlight/map setting cannot be exported.
Description:
Why: If user defines a highlight on rows, there will be a IConditionalExpression, originally only expr part of the IConditionalExpression is extract out to get the _expression_ text which is a IScriptExpression. But this scriptExpression has no ID, hence we can't get the result out.
Fix: Use the whole IConditionalExpression to get its text out and use this text to do comparison.
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/api/impl/DataIterator.java
src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.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:
None
Notes to Documentation:
None
Notes to Configuration Management:
None
Notes to Support:
None
Notes to Product Marketing:
None