Bug #92213
closedSingle table view needs modify permissions to work
0%
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.
Updated by Alexander Grein about 4 years ago
Why is it not possible to edit an issue description afterwards?
Updated by Oliver Bartsch about 4 years ago
- Status changed from New to Needs Feedback
Hi, I tried to reproduce this behaviour but I was always able to access the single table view.
Steps:
- Add backend user group => Add all tables in tables_select, Add NO table in tables_modify, Add default language, Add access to the mount point, Add access to the list module
- Add non-admin backend user and assign the created user group
- Switch to new user => Go to list module => Click on the table and and also on the [1-100+] button
- Single table view loads without any error
I have tested in latest master and also 9.5.
Could you please try to reproduce with the steps described or otherwise provide your configuration as I may did something different?
Updated by Alexander Grein about 4 years ago
After some tests on my side, I realized that the problem comes from the extension querybuilder from the TYPO3 Gmbh: https://extensions.typo3.org/extension/querybuilder/
I will write an bugreport on there side.
This issue can be closed.
Updated by Georg Ringer about 4 years ago
- Status changed from Needs Feedback to Rejected