Project

General

Profile

Actions

Bug #25254

closed

wrong position for newly created tt_content translations

Added by Viktor Livakivskyi about 13 years ago. Updated about 9 years ago.

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

  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)

Actions

Also available in: Atom PDF