Actions
Bug #105132
openAllow Editors to edit file reference of file metadata
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-09-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For video files I created a new thumbnail field in the sys_file_metadata table. The editor can add there a new file reference. But he can not delete it, beacause the file reference has pid=0. Therefore vendor/typo3/cms-core/Classes/Authentication/BackendUserAuthentication.php:553 isInWebMount() fails.
I would like to use the CALCPERMS hook. But this is later used in the function.
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauthgroup.php']['calcPerms']
Is it possible to set the the hook first?
No data to display
Actions