Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: fix Bugzilla Bug 124458--[Smoke]Data in list is only previewed the first data by Web View

Title: [birt-dev]CheckIn: fix Bugzilla Bug 124458--[Smoke]Data in list is only previewed the first data by Web View

Summary:

Bugzilla Bug (s) Resolved:

Bug 124458--[Smoke]Data in list is only previewed the first data by Web View

Description:
DataItem always gets first row of dataset, because DataID of dataItem is null, and parent is List item, the computed DataID of dataItem always refers to the first row.

Fix: add a container to represent list band.


Tests Description :

Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java"

Files Added:

Notes to Build Team:

Notes to Developers:

Notes to QA: 
 
Notes to Documentation: 


Back to the top