Bug #96078
closedShortcut Info-Message incorrect when page refers to frontend-restricted page
100%
Description
The Page-Module shows a wrong error message (pageIsMisconfiguredOrNotAccessibleInternalLinkMessage) if you have a page with doctype "Shortcut" which refers to a restricted page (e.g. "show at any login").
This behaviour occours because of the (imho incorrect) groupAccessCheck of PageRepository::getPage() in PageLayoutController::generateMessagesForCurrentPage() on line 402 and 411.
Updated by Benni Mack almost 3 years ago
- Related to Feature #80113: f:link.page option for shortcuts added
Updated by Benni Mack almost 3 years ago
- Related to Bug #60258: showAccessRestrictedPages with shortcuts to restricted pages added
Updated by Benni Mack almost 3 years ago
- Status changed from New to Needs Feedback
Hey Markus,
I think this is now fixed with:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/72796
https://review.typo3.org/c/Packages/TYPO3.CMS/+/72772
Can you let me know if this is the case?
Updated by Markus Müller almost 3 years ago
Benni Mack wrote in #note-3:
Hey Markus,
I think this is now fixed with:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/72796
https://review.typo3.org/c/Packages/TYPO3.CMS/+/72772Can you let me know if this is the case?
Yes, seems correct now... thank you!
Updated by Benni Mack almost 3 years ago
- Status changed from Needs Feedback to Closed
Thanks for checking!