Actions
Bug #85976
closedWrong relation in FAL fixture data for TS and extbase rendering
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-08-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the
typo3/sysext/frontend/Tests/Functional/Rendering/DataSet/LiveDefaultElements.csv
The sys_file_reference record 127 (Kasper) is related to tt_content 298 "Regular Element #2",
however sys_file_reference 128 (which is a translation of 127) is connected to tt_content 300 ("[Translate to Dansk:] Regular Element #3").
It is wrong, because translated sys_file_reference should be connected to translated version of the tt_content.
Actions