Ticket #1072 (closed: fixed)

Opened 11 years ago

Last modified 5 years ago

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

comment:2 Changed 11 years ago by Sofia Antony

(In [4075]) re #1072 - fix for inconsistencies when deleting a workspace group

comment:3 Changed 11 years ago by Sofia Antony

  • Status changed from assigned to accepted

comment:4 Changed 11 years ago by Sofia Antony

(In [4076]) re #1072 - fix for build failure

comment:5 Changed 11 years ago by Sofia Antony

(In [4184]) re #1072, #1075 ,#1076, #932 -Fix for workspace group issues.

comment:6 Changed 11 years ago by Sofia Antony

  • Status changed from accepted to testing
  • Resolution set to fixed

comment:7 Changed 11 years ago by Roman Tolchenov

  • Status changed from testing to closed

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1920

Note: See TracTickets for help on using tickets.