Actions
Bug #89601
closedPage can't be edited in BE when restricted to FE group
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-11-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a page is restricted to a fe group it cant be edited in the be with any account.
TYPO3 throws an error `Page Not Found - Reason: ID was not an accessible page`. If you are logged in in the frontend as well it can be edited again.
To reproduce the error do the following:
1. Set a FE-Group to a page in TYPO3 backend => save
2. try to add a content-element in any column
3. get the error `Page Not Found - Reason: ID was not an accessible page`
4. now login in the frontend with a user that has this group you added to that page
5. try again to add a ce to that page. (You're loggedin in the be and fe)
6. editing works
Hope it's not only a failure on my TYPO3 9.5.11 instances.
Actions