Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 171178:List binding in Library will no refresh immediately when set Binding in Propertiy Editor [00]

Summary
List binding in Library will no refresh immediately when set Binding in Propertiy Editor [00]

Bugzilla Bug (s) Resolved
171178

Description
This problem not only occurs in library, but also in template. It works well only in report.
The reason is that the funcition UIUtil.getModelEventManager(String id) return a wrong value if the editor if the selected list is in a library or template.
After discussing with Chao Chen, I updated this function.

It works well now, fixed.

Tests Description
Manual test

Files Edited
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java


Files Added


Files Deleted


Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation


Back to the top