Bug #73617
closedSorting of translation-copy different from original
100%
Description
Related to ticket: #73538
If you make a translation of contentelements via copy (not translate) - all works fine with same sorting.
After creating more contentelements (for example above the existing) in default language and copy again, then they appear on the top of the second language (instead bottom in this example).
Perhaps this is difficult to resolve, because elements can be different sorted, created and deleted in each language.
Idea:
- search for the previous element in default-language and connect it via tt_content.t3_origuid to the content element in the second language
- if found, insert after it
- if not found (because deleted or never copied) search for the next previous element - and so on...
- if really no upper element is found, check if it is the first (top) element in default language:
- if yes, insert on top
- if no, insert on bottom
Files