Project

General

Profile

Actions

Bug #22869

closed

wrong sorting of translated CE

Added by Juraj Sulek almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Imagine we have a site with 2 languages.
- make a new page with CE 1,2,3
- make a translation of this page and CE
- in FE the order now is 1,2,3 in original and in translation too
- change the sorting in original for example to 3,1,2
- now in BE the order is original:3,1,2 translation:1,2,3 but in FE both have the order 3,1,2. the translation takes the sorting from original and doesnt respect his own sorting.

(issue imported from #M14706)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16845: Incorrect values of colPos, sys_language_uid and sorting after moving records in web > listClosedStanislas Rolland2007-01-09

Actions
Actions #1

Updated by Juraj Sulek almost 14 years ago

it is because of this TS:
config.sys_language_mode = ignore
config.sys_language_overlay = hideNonTranslated

but is this behaviour correct?

Actions #2

Updated by Stanislas Rolland about 13 years ago

Please test patch attached to issue #16845 with TYPO3 4.5 or current trunk.

Actions #3

Updated by Stanislas Rolland over 11 years ago

  • Status changed from New to Resolved
  • Target version deleted (0)
  • TYPO3 Version set to 4.5

No feedback for a long time...

I think this is resolved in master and current stable releases.

Actions #4

Updated by Anonymous about 10 years ago

in 4.5.30 this issue is still there!!!

Actions #5

Updated by Julien Fourel over 9 years ago

Still here with Typo3 4.5.37

Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF