Bug #81397
closedStop page tree bug, Page tree don't render when there are child records with the same name.
0%
Description
Page tree won't render when you have 2 pages with the same name, one of them have parent with Stop page tree, and when you try to filter tree for this name, nothing will render.
Steps to repeat bug:
1. Fresh install of TYPO3
2. Create 2 page records, 'aaa', 'bbb'
3. Create child records of 'aaa' and 'bbb' and name it 'zzz'
4. Set 'aaa' or 'bbb' attribute Stop page tree
5. Try to filter Page tree for 'zzz'
Updated by Frank Nägler about 7 years ago
- Category changed from Backend JavaScript to Pagetree
- Status changed from New to Accepted
Confirmed the bug, the problem is located anywhere in the page filterring on server side, and not in the PageTree JavaScript area, I have changed the category therefor.
Updated by Riccardo De Contardi almost 7 years ago
Still affects 8.7.10; seems resolved for 9.2.0-dev (latest master)
Updated by Łukasz Uznański over 6 years ago
There is new page tree in master, so maybe it's resolved for now :).
Updated by Łukasz Uznański over 6 years ago
I confirm that this bug is fixed in current master.
Updated by Georg Ringer about 6 years ago
- Status changed from Accepted to Resolved