Bug #101168
openCopy elements with IRRE field deletes copied translations
0%
Description
Given:
- system with at least two languages
- install the attached extension
- create a new page and translate into another language
- create a new content element "copy_irre" and attach a child link
- translate the content element into the other language
- change the link label of the translated child link
- copy the content element and paste it anywhere on the site
Expectation:
- a copied content element should be visible
- the label of the translated child should match the original translation
Actual:
- the original link gets synchronized again, the label gets lost
It seems the correct translation is created first but gets deleted again and a new synchronization is created.
The copy & paste steps work correctly if the allowLanguageSynchronization is turned off.
Files
Updated by Oliver Hader over 1 year ago
Updated by Oliver Hader over 1 year ago
- Related to Feature #98479: New TCA type "file" added
Updated by Garvin Hicking 4 months ago
- Category set to Localization
(I believe I've found at least 1 or 2 bug reports like this, could need some digging with "allowLanguageSynchronization" and "copy", "paste" keywords; for now only adjusting category)