Actions
Bug #96078
closedShortcut Info-Message incorrect when page refers to frontend-restricted page
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-11-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
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.
Actions