Actions
Bug #98043
closedMENU using sectionIndex broken on pages overlay
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-07-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
With `fallbackType` set to strict, only translated content is rendered.
In AbstractMenuContentObject->sectionIndex content is fetched and overlayed.
Once there is an element untranslated, the record overlay will return a $row = `null`.
To mitigate, move all left over access to $row inside the guarded if-block.
Files
Actions