Bug #88654
closedFrontend preview mode sets fe_user groups to null
0%
Description
Restricted pages are not accessible by frontend user when adminpanel preview is enabled.
To reproduce:
Set
admPanel { override.preview.simulateUserGroup = 0 }
- Login as frontend user
- Login as backend user
- Open a site restricted to an usergroup from the fe_user, but the backend user can't edit
Behavior has changed with: #84056
In the meantime many code was moved to ext:adminpanel (#84118). I think fiddling with the fe usergroups are not necessary at these code places anymore.
Updated by Gerrit Code Review over 5 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/+/61192
Updated by Gerrit Code Review over 5 years ago
Patch set 2 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/+/61192
Updated by Daniel Goerz over 5 years ago
- Related to Task #84056: Move preview setting evaluation in separate method added
Updated by Gerrit Code Review over 5 years ago
Patch set 3 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/+/61192
Updated by Susanne Moog about 5 years ago
- Status changed from Under Review to Closed
Behaviour was rebuild to use a custom context with #86653 - the patch here has been abandoned as removing that part of the code would result in non-working fe_user group previews after #86653. It was a bug that previewing only worked with the adminpanel in the first place.
If you think this is an error, please open a new issue with steps to reproduce based on the latest master code.