Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 116803 Error occurred when add a data item bookmark on a text element

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 116803 Error occurred when add a data item bookmark on a text element

Description:
 
Why: 
        As the plain-text don't have value-of expressions, it doesn't execut the query. If the bookmark/toc/onCreate contains some data _expression_, exception is through out.

Fix:
        open the query before execute the plain text

Regression: Yes/No
Yes
 
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:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java

 
Files Deleted:
None
 
Defect Entries Resolved:
 116803 Error occurred when add a data item bookmark on a text element
 
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


-Wei Yan



Back to the top