Actions
Bug #92906
openFile Metadata are not editable when translation doesn't exist yet
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-11-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the backend form of sys_file_reference inline records, typically there's a link where you can edit the metadata of the selected file.
Since the fix for #82178 this link is removed if there is not sys_file_metadata record in the same language as sys_file_reference record.
However obviously editors want to edit metdata for files which have not been explicitly localized before. So I suggest that sys_file_metadata translations are created on demand in this situation.
Actions