Actions
Bug #106516
openBackend record edit of category records allows setting child categories as parent categories (circular dependency)
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2025-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
14
PHP Version:
8.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Backend record edit of category records allows setting child elements as parent elements and therefore creating a loop which results in those categories and their subcategories not being rendered.
Found in v11 and verified in v14.
How to reproduce:- Create two categories
- Edit category BBB and set category BBB to be child of AAA
- Edit category AAA and set category AAA to be child of BBB
- After saving the categories disappear due to obvious display issues of circular dependencies
To show the categories again, one of the categories needs to update their parent category.
Files
No data to display
Actions