Bug #69970
closedCopy content element - paste reference (multi-lang)
0%
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.
Updated by Jo Hasenau over 8 years ago
- Status changed from New to Needs Feedback
Isn't this a gridelements bug, since AFAIK the core does not provide "paste as reference" yet?
Updated by Daniel Wagner over 8 years ago
Yes, these nice shortcuts and this problem (reproduced with context menu) do not appear in an installation without gridelements.
(Created issue #75434 for gridelements.)
Updated by Riccardo De Contardi over 8 years ago
- Status changed from Needs Feedback to Closed
I then close this as related to gridelements and not core. Thank you for your findings and feedback.