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

Also available in: Atom PDF