Project

General

Profile

Actions

Bug #100096

open

extendToSubpages has no effect for subpages in menus

Added by Patrick Lenk about 1 year ago. Updated 11 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2023-03-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
menu, extendToSubpages
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint

Description

In an instance that has been updated from TYPO3 10.4.36 to 11.5.24, subpages of an access protected page with the extendToSubpages option enabled are still visible in a frontend menu. This bug occurred once in TYPO3 9.5.12 and has been resolved, see #89989.

backend pagetree example:

  • Root
    • Public
    • Secure (Usergroup Access Rights: usergroup, Extend to Subpages: enabled, Page enabled in menus: disabled)
      • Mainmenu Parentpage (Usergroup Access Rights: Show at any login, Extend to Subpages: enabled, Page enabled in menus: disabled) <<< {$mainmenuPid}
        • Subpage 1 (Page enabled in menus: enabled)
        • Subpage 2 (Page enabled in menus: enabled)
          • Sub 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
}

To hide the subpages of "Mainmenu Parentpage", an "Usergroup Access Rights" item needs to selected. The visibility of the subpages should be taken over from the parent page by extendToSubpages.

Actions #1

Updated by Sebastian Klein about 1 year ago

We have a similar page tree setup in TYPO3 v11 and can confirm the issue.

Actions #2

Updated by Benni Mack 11 months ago

  • Sprint Focus set to Stabilization Sprint
Actions

Also available in: Atom PDF