Ticket #1072 (closed: fixed)
Inconsistencies when deleting a workspace group
Reported by: | Russell Taylor | Owned by: | Sofia Antony |
---|---|---|---|
Priority: | major | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
When you delete a workspace group in the MantidPlot browser it also deletes the group members. However, calling mtd.deleteWorkspace from Python on a group does not delete group members from the ADS (although they disappear from the workspace browser).
The solution is that Python should also delete the group members. This should be done in the WorkspaceGroup class itself if possible (at the moment the deletion of the members in MantidPlot must be taking place way up in MantidPlot itself, which is too far away)
Change History
comment:1 Changed 11 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Sofia Antony
Note: See
TracTickets for help on using
tickets.