#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 by , 16 years ago
Milestone: | BASE 2.8.4 → BASE 3.0 |
---|
comment:3 by , 16 years ago
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 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 16 years ago
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 16 years ago
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.