Actions
Bug #93930
closedCopy of CE with translation leads to duplicates
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2021-04-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
hard
Is Regression:
Sprint Focus:
Description
Copying a element with a translation to another language also copies other translations of that element.
This can lead to duplicate elements within one language.
Steps to recreate:
- New installation with 2 Languages
- Create a page with one text element
- Translate the page in one language and translate with connected mode
- Translate the page with the second language
- Copy text element from default to the second page translation
Result is that the first translation has the text element twice. The duplicate has the l18n_parent set to the copied Element.
This Bug is also present in 9.5.
Actions