#1789 - Consistent "move when delete" for category deletion
| Identifier | #1789 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Consistent "move when delete" for category deletion |
| Status | Open |
| Tags |
Roadmap: Over the horizon (custom) Type: Cross-cutting feature (custom) Type: Usability (major) (custom) |
| Handling member | Deleted |
| Addon | core_abstract_interfaces |
| Description | Always allow selection of a new target category for whatever is inside the category being deleted. |
| Steps to reproduce | |
| Related to | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
zone:
CURRENT BEHAVIOUR:
deletes pages within
does not allow deletion of welcome zone
IDEAL BEHAVIOUR:
asks whether to delete, or where to reassign to
does not allow deletion of welcome zone
news category:
CURRENT BEHAVIOUR:
reassigns to lowest ID category
does not allow deletion of final category
IDEAL BEHAVIOUR:
asks whether to delete, or where to reassign to
if the final category no choice can be given so UI gives a clear click-through warning that all entries will be deleted
gallery:
CURRENT BEHAVIOUR:
deletes images and videos within
reassigns subgalleries to parent gallery
does not allow deletion of root gallery
IDEAL BEHAVIOUR:
asks whether to delete, or where to reassign to; default to move to parent gallery
does not allow deletion of root gallery
download category
CURRENT BEHAVIOUR:
reassigns downloads to parent category
reassigns subcategories to parent category
does not allow deletion of root category
IDEAL BEHAVIOUR:
asks whether to delete, or where to reassign to; default to move to parent category
does not allow deletion of root category
forum grouping:
CURRENT BEHAVIOUR:
asks where to reassign to
does not allow deletion of final forum grouping
IDEAL BEHAVIOUR:
(no change)
forum:
CURRENT BEHAVIOUR:
asks whether to delete, or where to reassign to
does not allow deletion of root forum
IDEAL BEHAVIOUR:
asks whether to delete, or where to reassign to; default to move to parent forum
does not allow deletion of root forum
catalogue category:
CURRENT BEHAVIOUR:
asks whether to delete; if not:
if in a tree catalogue:
reassigns entries to parent category
reassigns subcategories to parent category
does not allow deletion of root category
if not in tree catalogue:
deletes entries
IDEAL BEHAVIOUR:
asks whether to delete; if not:
if in a tree catalogue:
asks whether to delete, or where to reassign to; default to move to parent category
does not allow deletion of root category
if not in tree catalogue:
asks whether to delete, or where to reassign to
if the final category no choice can be given so UI gives a clear click-through warning that all entries will be deleted
catalogue:
CURRENT BEHAVIOUR:
deletes all categories and entries (necessarily so, not logical to move to another catalogue)
IDEAL BEHAVIOUR:
(no change)
When fixed, this functionality expectation should be generalised and added to the Code Book, and referenced in our standards checklist.
DESCRIPTION_DELETE=Tick (check) this if this is to be deleted. This is immediate and irreversible.
DESCRIPTION_DELETE_LOSE_CONTENTS=Tick (check) this if this is to be deleted. This is immediate and irreversible. The contents of this category will also be deleted.
DESCRIPTION_DELETE_PARENT_CONTENTS=Tick (check) this if this is to be deleted. This is immediate and irreversible. The contents of this category will be moved to the parent category.
They should be used/adjusted to be completely accurate.
I don't like how piecemeal this is, so I don't plan to merge it. It should be an option with the delete fields on the edit form.