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
Updated by Armin Vieweg over 8 years ago
- File 2016-03-14_1946.png 2016-03-14_1946.png added
I can confirm this issue in 7.6.4.
First I've created A1-A3, translated them, then I've created B1-B3 and also translated them. This is the result:
Updated by Andreas Kienast over 8 years ago
- Assignee set to Andreas Kienast
- Priority changed from Should have to Must have
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47264
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47264
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47264
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47264
Updated by Gerrit Code Review over 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47264
Updated by Gerrit Code Review over 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47264
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47299
Updated by Andreas Fernandez over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 18f053be3f28f1358b8f84f606745e7a98f682e1.
Updated by Armin Vieweg almost 7 years ago
- Related to Bug #83469: Translation of translations break sorting in tt_content added