Actions
Bug #82860
closedOnly fetch fileReferences from localized table if column exist
Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
Start date:
2017-10-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If a field does not exist in a localized table like `pages_languages_overlay` value of a field comes from the original table / record.
This works fine except for file relations, if a field does exist in `pages` and not in `pages_languages_overlay` the results will not fallback to the value from `pages`.
Actions