Bug #106210
openShortcuts in menus are not ACT anymore
0%
Description
The change https://review.typo3.org/c/Packages/TYPO3.CMS/+/79749 (which fixes a logical problem reported in #99838) introduced a new problem, that the test in \TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject::isActive
does not work correctly anymore, since it's based on the assumption, that to logic error did exist.
The condition in \TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject::isActive
needs to be adapted to reflect the change in \TYPO3\CMS\Core\Domain\Repository\PageRepository::resolveShortcutPage
I have a patch available which i will submit to git asap. The patch file which fixes this is attached.
P.S.: Also related: #97186
Files
Updated by Benni Mack 24 days ago
- Related to Bug #99838: _SHORTCUT_ORIGINAL_PAGE_UID set to wrong value added
Updated by Gerrit Code Review 24 days ago
- Status changed from New to Under Review
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88279
Updated by Benni Mack 24 days ago
- Related to Bug #97186: Menuprocessor shortcut active subpage wrong link state added
Updated by Benni Mack 24 days ago
- Related to Bug #97037: Shortcut in menu to root page is always active added
Updated by Benni Mack 24 days ago
- Related to Bug #102344: Shortcuts in menu are not active / current anymore in TYPO3 12 added
Updated by Oliver Eglseder 13 days ago
- File typo3-HMENU-fix-shortcut-ACT.patch typo3-HMENU-fix-shortcut-ACT.patch added
- File deleted (
typo3-HMENU-fix-shortcut-ACT.patch)
Updated patch file