Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin:Fix Bugzilla bug 155498Lost selection of "Value of this data item" in map of data item that is nesting in table/list

Summary Fix Bugzilla bug 155498Lost selection of "Value of this data item" in map of data item that is nesting in table/list

Bugzilla Bug (s) Resolved 155498

Description
If dataitem has column binding, set the String "Value of this data item" into seletion. But, if dataitem is added into table/list's detail row, its binding is held by table/list, directly obtain its binding will get nothing. Towards this case, determine dataitem's column binding according to its property "resultSetColumn" is null or not.

Tests Description Manual test and code review.

Notes to Build Team

Notes to Developers

Notes to QA
Please test selection of "Value of this data item" for dataitem except for this case, too.

Notes to Documentation

Files Added



Files Edited

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/MapRuleBuilder.java

 

Hongchang Lin


Back to the top