Actions
Bug #78897
closedfile references consider wrong language uid for metadata
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2016-12-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
This all goes in BE (FormEngine):
Szenario:
- Image in filadmin, sys_file_metadata record in default language, title field filled.
- Translate sys_file_metadata record to any language, title field contains translated data
- Create tt_content record in default language, reference the image.
--> title field to be overridden by sys_file_reference field title contains the translated value, not the one from sys_file_metadata in default language.
Actions