Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fixed #125678 The original chart instance in report design handle is not modified after running the report.

- Summary:


#125678 The original chart instance in report design handle is not modified after running the report.


- Bugzilla Bug (s) Resolved:

125678

- Description:

Due to the new deserialize call at presentation time, the reportdesign handle did not contain the chart used for presentation anymore. This is now fixed by setting it back in the extendeditemhandle after deserialization, as agreed with the report engine team.

 

The user scenario was: run a report, extract the chart model from the reportdesignhandle, render the chart. Since the chart from the designhandle was not bound to data, it didn’t work, this fixes the problem.

- Tests Description : Unit tests, User test

- Files Edited:

"/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java"

 

- Files Added:

 

- Files Removed:


- Notes to I18N Team:

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:


- Notes to Documentation:

 


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.0/249 - Release Date: 2/2/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.0/249 - Release Date: 2/2/2006


Back to the top