Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • backend
  • Classes
  • Controller
  • PageLayoutController.php
Find file BlameHistoryPermalink
  • Oliver Bartsch's avatar
    [BUGFIX] Temporarily disable group access check · ba1203bb
    Oliver Bartsch authored Dec 02, 2021
    To support editors, the page module checks
    whether configured shortcut targets exist
    and if they are accessible in the frontend
    (e.g. not hidden). Otherwise, a info box is
    displayed on the page, defining the shortcut.
    
    However, in case a target page has group
    restrictions defined (`pages.fe_group`), it
    was previously declared as non accessible,
    since no frontend group context exists in
    backend.
    
    This is now fixed by disabling the group
    access, while searching for target pages.
    
    Resolves: #96184
    Releases: main, 11.5
    Change-Id: I173dfc4b6c5877a3a3ab458e890530fc167712aa
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72471
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Achim Fritz's avatarAchim Fritz <af@achimfritz.de>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Achim Fritz's avatarAchim Fritz <af@achimfritz.de>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    ba1203bb