Bug #89989
closedSince v9.5.12 extendToSubpages has no effect for subpages in menus
100%
Description
Since TYPO3 9.5.12, subpages of a access protected page with enabled extendToSubpages
option are still visible in a frontend menu.
Scenario
backend pagetree example:- Parentpage (Usergroup Access Rights: Show at any login, Extend to Subpages: enabled, Page enabled in menus: disabled)
- Subpage 1 (Page enabled in menus: enabled)
- Subpage 2 (Page enabled in menus: enabled)
- ...
menu processor:
page.10.dataProcessing.30 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor page.10.dataProcessing.30 { special = directory special.value = {$mainmenuPid} levels = 4 expandAll = 1 includeSpacer = 1 titleField = nav_title // title as = mainmenu }
Even if the user group rights of the parent page are set to "Show at every login" and "extend to subpages" is enabled, the subpages are visible in the menu for public visitors who are not logged in.
Updated by Georg Ringer almost 5 years ago
- Related to Bug #88344: HMENU directory incompatible with free mode added
Updated by Georg Ringer almost 5 years ago
could be related to #88344. can you locally revert https://review.typo3.org/c/Packages/TYPO3.CMS/+/62527 and check if it works then?
Updated by Patrick Lenk almost 5 years ago
Georg Ringer wrote:
could be related to #88344. can you locally revert https://review.typo3.org/c/Packages/TYPO3.CMS/+/62527 and check if it works then?
I can confirm that a revert of https://review.typo3.org/c/Packages/TYPO3.CMS/+/62527 fixes this issue.
Updated by Paul Beck almost 5 years ago
I also have massive problems with menues using a specific entryLevel which are not working correctly anymore. But my system has nothing to do with access rights / extendToSubpages.
So probably my problem with the entryLevel is a new issue but it also gets solved when I use the above mentioned revert of https://review.typo3.org/c/Packages/TYPO3.CMS/+/62527
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62832
Updated by Susanne Moog almost 5 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62832
Updated by Patrick Lenk over 4 years ago
Gerrit Code Review wrote:
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62832
Any news here? Issue still exist with 9.5.14
Updated by Patrick Lenk over 4 years ago
Patrick no-lastname-given wrote:
Gerrit Code Review wrote:
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62832Any news here? Issue still exist with 9.5.14
Issue still exist with 9.5.15.
Current Workaround: patch typo3/cms-frontend with composer
Updated by Georg Ringer over 4 years ago
- Has duplicate Bug #90971: HMENU regression in 9.5.12 added
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ef08345d848fad54ed799ff3b0126b9ac5e3bab9.
Updated by Gerrit Code Review over 4 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64151
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
Applied in changeset ae722d641e5388b101c4f4e4c9f412b8899e4b9b.
Updated by Alexander Bohn almost 4 years ago
- Related to Bug #93014: translation for navigation is incomplete in free mode since v9.5.16 added