Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 141950 Selection of select value in data set filter is error

Title: CheckIn:Fix bugzilla bug 141950 Selection of select value in data set filter is error

- Summary:
Fix bugzilla bug 141
950 Selection of select value in data set filters is error

- Bugzilla Bug (s) Resolved:
Bug 141
950

- Description:
This bug is caused by the error status of useFilter in query preparation. In filters selectVaule dialog, the filter should not be applied in queryDefinition and IBaseDataSetDesign. So the userFilter flag should be false when preparing the query. Fix now!

- Tests Description:
UI Feature

- 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/data/ui/util/DataSetProvider.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/ExpressionValueCellEditor.java

- Files Added:

- Files Deleted


Back to the top