Deleting parent category renders children inaccessible #27

Closed
opened 2022-07-28 15:23:40 +00:00 by danieljsummers · 1 comment
danieljsummers commented 2022-07-28 15:23:40 +00:00 (Migrated from github.com)

If a category has subcategories, and that category is deleted, the subcategories become inaccessible.

Modify the deletion process to check for subcategories, and if they exist, update them to the parent category of the category being deleted. Additionally, return a message that tells the user this happened, if any child categories are updated.

If a category has subcategories, and that category is deleted, the subcategories become inaccessible. Modify the deletion process to check for subcategories, and if they exist, update them to the parent category of the category being deleted. Additionally, return a message that tells the user this happened, if any child categories are updated.
danieljsummers commented 2022-07-29 00:36:26 +00:00 (Migrated from github.com)

This is fixed, and will be part of RC1

This is fixed, and will be part of RC1
Sign in to join this conversation.
No description provided.