Project

General

Profile

Actions

Bug #89989

closed

Since v9.5.12 extendToSubpages has no effect for subpages in menus

Added by Patrick Lenk over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2019-12-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

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.


Related issues 3 (1 open2 closed)

Related to TYPO3 Core - Bug #88344: HMENU directory incompatible with free modeClosed2019-05-13

Actions
Related to TYPO3 Core - Bug #93014: translation for navigation is incomplete in free mode since v9.5.16Needs Feedback2020-12-07

Actions
Has duplicate TYPO3 Core - Bug #90971: HMENU regression in 9.5.12Closed2020-04-07

Actions
Actions #1

Updated by Patrick Lenk over 4 years ago

  • Description updated (diff)
Actions #2

Updated by Georg Ringer over 4 years ago

  • Related to Bug #88344: HMENU directory incompatible with free mode added
Actions #3

Updated by Georg Ringer over 4 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?

Actions #4

Updated by Patrick Lenk over 4 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.

Actions #5

Updated by Paul Beck over 4 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

Actions #6

Updated by Gerrit Code Review over 4 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

Actions #7

Updated by Susanne Moog over 4 years ago

  • Sprint Focus set to On Location Sprint
Actions #8

Updated by Gerrit Code Review over 4 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

Actions #9

Updated by Patrick Lenk about 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

Actions #10

Updated by Patrick Lenk about 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/+/62832

Any news here? Issue still exist with 9.5.14

Issue still exist with 9.5.15.
Current Workaround: patch typo3/cms-frontend with composer

Actions #11

Updated by Georg Ringer about 4 years ago

  • Has duplicate Bug #90971: HMENU regression in 9.5.12 added
Actions #12

Updated by Georg Ringer about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #13

Updated by Gerrit Code Review about 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

Actions #14

Updated by Georg Ringer about 4 years ago

  • Status changed from Under Review to Resolved
Actions #15

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions #16

Updated by Alexander Bohn over 3 years ago

  • Related to Bug #93014: translation for navigation is incomplete in free mode since v9.5.16 added
Actions

Also available in: Atom PDF