#7273 closed defect (bug) (duplicate)
Deleting a parent category doesn't properly update all child categories
Reported by: | MtDewVirus | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | normal | Version: | 2.6 |
Component: | General | Keywords: | delete, category |
Focuses: | Cc: |
Description
When a parent category is deleted, the child categories are not all updated properly.
Steps to reproduce
- Create a category titled Parent
- Create a category titled Child1 with parent category set as Parent
- Create a category titled Child2 with parent category set as Parent
- Delete Parent category
- Child1 gets updated properly in the database. It no longer has a category parent
- Child2 still has the parent set to the deleted Parent category.
Tested with r8302
Change History (2)
Note: See
TracTickets for help on using
tickets.
This is caused by the same bug in #7272.