Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#192360 - Lost the datasource when clicking cancel[0602]

- Summary:
Lost the datasource when clicking cancel[0602]

- Bugzilla Bug (s) Resolved: 192360

- Description:
Check in #192360
The new Data Set created in chart builder is in persistent transaction, so it can't be rollbacked by outside chart builder. However, new Data Source is not in persistent transaction, and will be rollbacked by parent transaction.
Due to #116583, Data Set must be created in persistent transaction, so fix this bug by adding Data Source in persistent transaction as well.
- Tests Description: Manual Test

- Notes to Build Team: N/A

- Notes to Developers: N/A

- Notes to QA: N/A

- Notes to Documentation: N/A

- Files Edited:

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/NewDataSourceAction.java



- Files Added:



- Files Deleted

 


Back to the top