Actions
Bug #92286
closed?ADMCMD_simUser= not automatically appended to URL for child page of page with FE group
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
AdminPanel
Target version:
-
Start date:
2020-09-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
?ADMCMD_simUser=<usergroup> is not automatically appended if page is child of page with FE group and extendToSubpage is set for parent.
- parent (FE group + extendToSubpages
|
-> child
If the parent page is loaded in frontend with view button, ?ADMCMD_simUser= is automatically appended.
I also noticed that in the 403 PageErrorHandler, the $reason['code'] is different in this case:
- for "parent": "access.page"
- for "child": "access.subsection"
Updated by Michael Sollmann about 4 years ago
- Related to Bug #92675: Page preview not possible if page inherits fe_group access added
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68731
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68739
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 373b25b8ef0f1ba72a5c76d5a663f20951961d30.
Actions