Project

General

Profile

Actions

Bug #73617

closed

Sorting of translation-copy different from original

Added by Gernot Ploiner about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Localization
Target version:
-
Start date:
2016-02-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

2016-03-14_1946.png (33.9 KB) 2016-03-14_1946.png Armin Vieweg, 2016-03-14 19:48

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #83469: Translation of translations break sorting in tt_contentClosed2018-01-04

Actions
Actions

Also available in: Atom PDF