[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev] CheckIn:Fix bugzilla bug 157592 Inheritance of Datasource broken
|
Title: CheckIn:Fix bugzilla bug 157592 Inheritance of Datasource broken
- Summary:
Fix bugzilla bug 157592 Inheritance of Datasource broken
- Bugzilla Bug (s) Resolved:
Bug 157592
- Description:
Add a trick to compare the latest datasource design and the dataSource design from current datasetHandle. If both of them are equal logically, do not update datasetHandle, the dirty flag will never be set under this case. Then the extended properties from library will not be localized if there is no any change.
- 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/data/ui/dataset/DataSetDataSourceSelectionPage.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DTPUtil.java
/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ModelOdaAdapter.java
- Files Added:
- Files Deleted