Actions
Bug #86296
closedEpic #90674: Backend UI not reflecting permissions
no drag and drop for restricted users if authMode is explicitDeny
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-09-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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';
Actions