Bug #92045
closedStory #92091: PageTree related flaws TYPO3 v9.5.20/21-dev or v10.4.6/7-dev
Pagetree shows pages twice
0%
Description
After updating to 9.5.20 the page treee shows all pages (type = standard, rootlevel = 1) twice.
In my opinion this could be caused by following js error:
New in 9.5.20: call of "switchFocusNode" in
/sysext/backend/Resources/Public/JavaScript/PageTree/PageTree.js (line 342)
This is obviously backported from 10.4 (exists since 10.2). Unfortunately the definition of "switchFocusNode" didn't find its way back to 9.5.20.
It can be found in 10.2.0 in
/sysext/backend/Resources/Public/JavaScript/SvgTree.js (line 379)
I think not only the call but also the definition of function "switchFocusNode" should be present in 9.5.x
Updated by Bastian Bringenberg over 4 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 9
Moved to right Project. Adjusted TYPO3 Version.
Updated by Oliver Hader over 4 years ago
- Related to Bug #91878: Fatal error in pagetree 9.5.20 added
Updated by Oliver Hader over 4 years ago
- Status changed from New to Needs Feedback
This (hopefully) was handled in #91878 - can you please check whether the problem (or other/new issues) exist with the patch at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65355
Thanks in advance for your feedback!
Updated by Christian Matthes over 4 years ago
Sorry didn't recognize the connection to #91878.
The mentioned patch fixes my issue.
Thanks a lot.
Updated by Oliver Hader about 4 years ago
- Status changed from Needs Feedback to Closed
Thx for the response, closing this issue