Changes between Initial Version and Version 1 of Ticket #33148, comment 4
- Timestamp:
- 01/20/2016 10:45:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33148, comment 4
initial v1 17 17 7. Tried similar tests as in 3. and 5. above but instead of deleting the category tried to align it to a different parent and see if its grandchildren had an issue. For example started with (A->A1->A2->A3) and moved that sub-tree under a new category with the result (B->A1->A2->A3 i.e the new B->B1->B2->B3). Could not reproduce the issue. 18 18 19 8. I even tested nesting a category, removing it, and then recreating it with the same title and slug to see if maybe the linking was somehow referencing the old id somehow. Example: (A->A1->A1a), remove A1 such that (new A->A1). Added back original A1 such that (A->A1->A2), since the original A1a shifted one level up. Could not reproduce the issue. 20 19 21 So I am usure where this would leave this item? Do we add sanity checking/prevention just in case @boonebgorges ?