Actions
Bug #89307
closedEpic #90674: Backend UI not reflecting permissions
List Module shows edit action icon even if User has no edit permission
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-09-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The List Module shows all edit icons like:
- new Record
- edit
- delete
- hide
even when the editor does not have write permissions on that table. If the editot clicks on an Icon there is no Message (except delete) - just an inifnite frame-load.
Best would be to hide or disable the action buttons the editor is not allowed to, but at least there should be an error message saying that there are missing permissions to do that action.
Actions