Actions
Bug #22869
closedwrong sorting of translated CE
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)
Actions