Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#122739, 122778 - Fix data integration issues in the chart builder

- Summary:
Fix data integration issues in the chart builder

- Bugzilla Bug (s) Resolved:
122739, 122778

- Description:
1. Caught data exception in DataSetManager and re-threw in the chart builder, to prevent chart model rollback in the designer layer
2. Disabled the custom preview table when the data is missing or exception is received.
3. Display the visible datasets in the chart builder, not all datasets which include the library's.

- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Added:

- Files Edited:

 

/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ReportDataServiceProvider.java
/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ui/ExtendedItemFilterDialog.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/DataSetManager.java

 


Back to the top