Actions
Bug #25254
closedwrong position for newly created tt_content translations
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2011-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
- I have a multilingual 4.5.2 installation.
- First I create content element in default language, then in 'Languages' view of 'Page' module I press 'Copy default content elements' and unhide a copy. So far so good.
- Next I create one more content element below existing one in default language column and 'Copy default content elements' button appears again.
- I press the button, and a copy is created, but it is created at the top of the column - not below existing element, like default language version!
It makes wrong output for translated version and no way to fix it, when mod.web_layout.defLangBinding = 1
is set.
- first CE in default language is created with '256' in 'sorting' field.
- it's translation is created with '512' (shouldn't it be 256 too?)
- next CE in default language is created with '384'
- it's translation is with '448'
(issue imported from #M17862)
Actions