#1149 closed enhancement (fixed)
Mark related items for removal when "parent" item is marked for removal
Reported by: | Jari Häkkinen | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.9 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
When a transformation is deleted in the analysis view the created files and directories are not marked for deletion. One would expect these to be deleted similarly to existing removal of a whole sub-tree with a simple select and delete action.
Change History (7)
comment:1 Changed 15 years ago by
Milestone: | BASE 2.8.4 → BASE 3.0 |
---|
comment:3 Changed 15 years ago by
Milestone: | BASE 3.0 → BASE 2.9 |
---|---|
Priority: | major → minor |
Summary: | Deleting a transformation that has generated files and directories leaves these directories → Mark related items for removal when "parent" item is marked for removal |
Type: | defect → enhancement |
I think I was wrong about this one. I was thinking about the actual deletion of the items from the trashcan, but the ticket obviously was about marking the items for removal. The RemovableUtil? class already has functionality were this could go into. I guess the same problems applies to files attached to bioassay sets and extra values (see #1050).
comment:4 Changed 15 years ago by
Owner: | changed from everyone to Martin Svensson |
---|---|
Status: | new → assigned |
comment:5 Changed 15 years ago by
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
No, anything created by a transformation is softly linked using AnyToAny? links. The links can actually lead to any kind of item, not just files and directories. It is not possible to automatically delete the items that are linked in this way.