Bug #91331
openList module: Mass editing of content shows permission error messages if permissions restricted by languages
0%
Description
System¶
- TYPO3 9.5.16
Reproduce¶
In my example, German is the default language, English is the translation. The BE user should have only write access to records in English and not to records in the default language.
- Create page with several content elements and translate it to the target language
- Create BE group and user with permissions for only 1 language (not the default language)
- As this user, go to list module
- Click "Page content"
- Use clipboard mode "Normal" and prepare to edit all content.
- click "Edit all shown fields of the listed records"
Now "mass editing" of all content elements on the page will be invoked (both languages).
Actual result¶
For each content element in the original language, there is an error message:
Sorry, you didn't have proper permissions to perform this change.
ERROR: Language was not allowed.
Expected result¶
It is correct that we cannot edit the records in the original language, but that should not be an error. The error messages are misleading.
Technically, the error messages are correct since all records are edited. But from the point of view of usability, this should by default not happen IMHO. By default, only the records the editor has permissions to should be edited.
In any case, it is currently (afaik) not possible to choose for which language to do the mass-editing. You can either mass-edit all. Or you have to use clipboard mode and tediously select every single record you want to edit.
Files
Updated by Daniel Windloff over 4 years ago
- Related to Story #82206: list module enhancements/bugfixes added