Actions
Bug #69970
closedCopy content element - paste reference (multi-lang)
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-09-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When in page or live module
in multi-language setup
with translated tt_content element:
- click "copy" on content element
- click "paste as reference" in different location
A reference content element is created
that is linked to tt_content element in sys_language = 0 as intended
also the reference content element is created in other languages
but the translated reference content element as linked to the wrong content element.
The links of translated content elements (sys_language_uid > 0) point to the reference content element with sys_language_uid = 0.
Actions