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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
This is fixed, and will be part of RC1