Actions
Task #104956
closedAdd test for langugae behaviour of inline children on copy
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2024-09-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This task is to add a test to verify current behaviour:
When copyToLanguage is used to copy a content element with inline children to another language, the field sys_language_uid of those children is set to the new language.
When standard copy is used to do the same, the field sys_language_uid of inline children is not changed.
Actions