Bug #25254
Updated by Markus Klein over 9 years ago
1. I have a multilingual 4.5.2 installation. 2. 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. 3. Next I create one more content element below existing one in default language column and 'Copy default content elements' button appears again. 4. 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. Looking at db I can see, that: - 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)