Task #2936 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: Deleteing project and keep content
| Reported by: | atarkowska | Owned by: | jamoore |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-Beta4.2.1 |
| Component: | Services | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-30 (17) |
Description (last modified by jburel)
- When I want to delete project, but keep dataset images associated with this dataset are gone.
If we add to keep the images. The images are kept but all the links between the dataset and the images are deleted
- Context: Delete a dataset and keep the image in the dataset. The dataset is deleted, the image is kept but the pixels linked to the image are deleted.
Change History (15)
comment:1 Changed 9 years ago by atarkowska
comment:2 Changed 9 years ago by jburel
comment:3 Changed 9 years ago by jburel
comment:4 Changed 9 years ago by jburel
- Description modified (diff)
- Summary changed from BUG: Deleteing projects broken to BUG: Deleteing project and keep content
comment:5 Changed 9 years ago by jburel
- Description modified (diff)
comment:6 Changed 9 years ago by jburel
comment:7 Changed 9 years ago by jburel
- Sprint changed from 2010-09-09 (16) to 2010-09-30 (17)
comment:8 Changed 9 years ago by jmoore
- Status changed from new to assigned
comment:9 Changed 9 years ago by jmoore
- Remaining Time set to 0.5
comment:10 Changed 9 years ago by jmoore
comment:11 Changed 9 years ago by jmoore
comment:12 Changed 9 years ago by jmoore
(In [8179]) Refactoring code in DeleteEntry for better annotation KEEP support (See #2936)
The code in BaseDeleteSpec knew far too much about the workings of
DeleteEntry, incl. how it iterates over the subspecs. Refactoring to
have DeleteEntry responsible for the line-item deletes which should
make sensible KEEPing easier.
This corrects the NS-tests which were failing in DeleteServiceTest.
comment:13 Changed 9 years ago by jmoore
comment:14 Changed 9 years ago by jmoore
comment:15 Changed 9 years ago by jmoore
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from assigned to closed
KEEP functionality seems now to match this requirement. Please re-open with another test if anything is missing.
(In [8134]) test, see #2936