Bug #86296
closedEpic #90674: Backend UI not reflecting permissions
no drag and drop for restricted users if authMode is explicitDeny
0%
Description
Drag and drop is only for admins possible if use following TCA config:
$GLOBALS['TCA']['tt_content']['columns']['CType']['config']['authMode'] = 'explicitDeny';
$GLOBALS['TCA']['tt_content']['columns']['list_type']['config']['authMode'] = 'explicitDeny';
Updated by Attila Glück about 6 years ago
Typo3 v.8 is also affected.
With explicitAllow (on allowed content elements) works.
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
If you set the settings you mentioned you then need to allow the content types for the editor, as they are only allowed to modify (and moving is a modification) content that they are allowed to edit.
Just tested this again with your settings and allowing an editor content permissions and drag and drop works fine.
Updated by Attila Glück over 1 year ago
- TYPO3 Version changed from 9 to 11
This ist still an issue. Maybe your config is not the right one or i miss something.