Task #6414 (closed)
Opened 13 years ago
Closed 13 years ago
BUG: Web: Delete plate, keep images
Reported by: | wmoore | Owned by: | wmoore |
---|---|---|---|
Priority: | major | Milestone: | OMERO-Beta4.3.2 |
Component: | Web | Version: | n.a. |
Keywords: | n.a. | Cc: | atarkowska, jamoore |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-08-18 (3) |
Description
If you choose NOT to delete contents when deleting a plate in web, this is ignored, even though the delete service supports it.
Need to add "/Image" to the childTypesPlate? in blitz deleteObjects() and support the deleteChildren flag being passed from the confirm dialogs.
Change History (5)
comment:1 Changed 13 years ago by jmoore
- Cc jmoore added
comment:2 Changed 13 years ago by atarkowska
- Summary changed from Web: Delete plate, keep images to BUG: Web: Delete plate, keep images
comment:3 Changed 13 years ago by Will Moore <will@…>
comment:4 Changed 13 years ago by Will Moore <will@…>
(In [c9caba1368bcd96b1d5e2ccde5086ba31d6f0f69/ome.git] on branch develop) Improved logging of deletemany in webclient. See #6414
comment:5 Changed 13 years ago by wmoore
- Remaining Time changed from 0.3 to 0
- Resolution set to fixed
- Status changed from new to closed
Fixed in web. Created another ticket to implement this in Insight: #6469.
(In [487fc692ec4ebb0cf58119e238e203dba36cb1da/ome.git] on branch develop) Blitz deleteObjects('Plate', children=False) does not delte Images. See #6414