Actions
Bug #92213
closedSingle table view needs modify permissions to work
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a backend user has only select/view rights on a specific table, it's currently (under 9.5.20) not possible for him/her to switch to the single table view of this table.
If he/she tries, an error will be thrown:
```
Oops, an error occurred!
No table modify permission for user 5 on table tx_extension_domain_model_name
More information regarding this error might be available online.
```
This happens, if the user clicks on the table name or the [1-100+] button at the end of the table inside the list module.
This way, he/she can only view the first few records, depending on the itemsLimitPerTable settings.
Actions