Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 119823 Some data are missing when generate output from report document using RenderTask.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 119823 Some data are missing when generate output from report document using RenderTask.

Summary 

Bugzilla Bug (s) Resolved:
119823 Some data are missing when generate output from report document using RenderTask.
Description:
Why:
In loading the content of page, if the last content is atom content such as label/text etc, the loader missed the last one.

Fix:
Change the loading logic to load the last object.
 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "load the last content in the page in render task" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentLoader.java"


Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top