Actions
Bug #100037
closedPermission issue for copy of content elements not allowed to an editor
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
Start date:
2023-02-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given an editor with permissions to content elements but not to CType list
. The editor can add the item to the clipboard but is not able to paste it due to an error in DataHandler
PHP Warning: Undefined array key "tt_content" in /var/www/html/app/site/public/typo3/sysext/core/Classes/DataHandling/DataHandler.php line 3172
As the editor is not allowed to create such element, also a copy must not be allowed
Actions