Bug #100262
closedMenu content element "menu_section_pages" does not respect "sectionIndex" setting in content elements
100%
Description
TYPO3 ships two special menu content elements:
1. "Section index" (menu_section
)
2. "Section index of subpages from selected pages" (menu_section_pages
)
The menus not only list pages, but also the content elements on each page (including anchor links).
To configure if a content element should be listed in these menus, all content elements have the toggle "Show in Section Menus" ( sectionIndex
). It is enabled by default.
Issue¶
While the DatabaseQueryProcessor of menu_section
considers the setting, it is missing for menu_section_pages
.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 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/+/78218
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 11.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/+/78299
Updated by Sebastian Klein over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4a2c474532a49e5f1eadf3dd2a5911143e1eb69f.