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.
Updated by Sebastian Michaelsen almost 4 years ago
- Related to Bug #82178: \TYPO3\CMS\Backend\Form\Container\InlineRecordContainer::renderForeignRecordHeaderControl wrong edit link added
Updated by Sebastian Michaelsen almost 4 years ago
In our project we're using this patch so that metadata translations are created on demand: https://gist.github.com/smichaelsen/f5d425b84db7007a512eff0a26247939
Updated by Sebastian Michaelsen almost 4 years ago
- Subject changed from File Metadata should be editable also when translation doesn't exist yet to File Metadata are not editable when translation doesn't exist yet
Actions