Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla Bug 109031 Content can't be deleted if multi select cells and delete if one cell doesn't contain report element

- Summary: Fix Bugzilla Bug 109031 Content can't be deleted if multi select cells and delete if one cell doesn't contain report element

- Bugzilla Bug (s) Resolved:Bugzilla Bug 109031

- Description: The previous logic checks if any selection can not be dropped, the delete will be forbid.
Change the logic to if one selection can be dropped, the delete is enabled.

- Tests Description: manual

- Files Edited:

- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

 

/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/commands/DeleteCommand.java



<<Your Signature Here>>


Back to the top