Actions
Bug #90605
closedfluidbased PageLayoutView doesn't take `tables_modify` into account
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-03-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a user has not set `tables_modify` for `tt_content` he still gets all the action buttons and translate options displayed.
Clicking on one of this buttons leads to infinity load of the frame.
Some checks are needed to prevent this behaviour.
Steps to reproduce
- Create a backend user and a backend user group.
- Allow the user group to modify pages and also allow listing but not modifying of tt_content
- Open the page module => All options like hide, delete, edit and translate are still shown
Actions