#7273 closed defect (bug) (duplicate)
Deleting a parent category doesn't properly update all child categories
| Reported by: | MtDewVirus | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | General | Version: | 2.6 |
| Severity: | normal | Keywords: | delete, category |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is caused by the same bug in #7272.