Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix 136893 Preview Report repeats first line for all entries

- Summary: fix 136893
Preview Report repeats first line for all entries

- Bugzilla Bug (s) Resolved:
136893
- Description:

When drag a dataset column into layout:

Search the target container, if container has the same dataset, add the column binding if it does not exist in the container.
If the container's dataset is not the dragged dataset column's dataset, column binding will be added to the new dataitem, and set dataitem's dataset with the dragged dataset column's dataset.
If the container is not bound with a dataset, then set the container’s dataset with the dragged dataset column's dataset, and add column binding to the container.


- Tests Description:
Manual test.
- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Edited:

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java



- Files Added:



<<Your Signature Here>>


Back to the top