Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix 140751 using a grid in a table does not update row value

Summary fix 140751
using a grid in a table does not update row value

Bugzilla Bug (s) Resolved
140751

Description
Apply the following rules for dnd a dataset column into layout


1. Grid doesn’t treat as an element can has data set. GUI never create binding on Gird in DND case
2. If the data item drop into a container (means table/list), we search the containers chain to find the first dataset.
  a. If the data set is the same as the source data set, binding creates on direct container.
  b. If the data set is not the same as the source data set and the direct container don’t has binding. Create binding and set   data set on the direct container.
  c. If the data set is not the same as the source data set and the direct container has binding, reject this case.

Tests Description
Manual test

Files Edited

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



Files Added



Files Deleted



Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

 

Regards,
Yuejie Chen

Actuate Corporation - Shanghai R&D Center


Back to the top