Project

General

Profile

Actions

Bug #25216

closed

Repositioning of translated CE in the list module replaces language ID

Added by Jo Hasenau about 13 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2011-03-01
Due date:
% Done:

100%

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

Description

In the list module you can click on the "re-position" icon to get into the "Move element" mode. There you see a structured overview of existing elements and their respective columns.

The problem is, that moving translated elements won't work, since the elements visible in this view are the default elements only. So when you position the element after or before on of these or put it into an empty column, the sys_language_uid of the element will be removed and it will show up in the default language.

(issue imported from #M17816)


Related issues 5 (1 open4 closed)

Related to TYPO3 Core - Bug #59901: Move records in list module kills sys_language_uidClosed2014-06-26

Actions
Related to TYPO3 Core - Bug #14873: CE jumps from right to normal when moved in list modeClosed2005-07-21

Actions
Related to TYPO3 Core - Bug #39054: Copied Content Elements incorrectly inherit languageUnder Review2012-07-18

Actions
Related to TYPO3 Core - Bug #72988: losing Localization when moving elements (Typo 7.6.2)Closed2016-01-28

Actions
Related to TYPO3 Core - Bug #87148: sys_language_uid is set to default when moving CEs via drag'n'dropClosed2018-12-13

Actions
Actions #1

Updated by Alexander Opitz almost 10 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.3)?

Actions #2

Updated by Jo Hasenau almost 10 years ago

Yes - behaviour is exactly as described.

Actions #3

Updated by Alexander Opitz almost 10 years ago

  • Category set to Backend User Interface
  • Status changed from Needs Feedback to New
Actions #4

Updated by Riccardo De Contardi over 8 years ago

  • Status changed from New to Needs Feedback

Hi Jo, I have performed the following test on both 6.2.14 and 7.5-dev (latest master):

1) Enviroment

1.1) I have a backend layout like this for all pages:

backend_layout {
    colCount = 1
    rowCount = 2
    rows {
        1 {
            columns {
                1 {
                    name = my page col
                    colPos = 0
                }
            }
        }
        2 {
            columns {
                1 {
                    name = my other col
                    colPos = 2
                }
            }
        }
    }
}

1.2) Default language: italian;

Add a language (ID=1), english

1.3) TS setup:

config.linkVars = L
config.uniqueLinkVars = 1
config.sys_language_overlay = content_fallback
config.language = it
config.locale_all = it_IT
config.htmlTag_langKey = it-IT
config.sys_language_uid = 0

[globalVar = GP:L = 1]
config.language = en
config.locale_all = en_EN
config.htmlTag_langKey = en-EN
config.sys_language_uid = 1

[global]

1.4) TS config Home page:

mod.SHARED {
  defaultLanguageFlag = it
  defaultLanguageLabel = Italian
}

2) test execution:

2.1) Create a page (Title: "My page 3") and translate it in english ("My page 3 ENG")

Page Module > (I am on Default language) > my page col (colPos=0), create a new content element, text (title: "Bugtest 25216")

Page Module > switch to Languages mode > copy default content element in english (the content is still in colPos=0) (title "[Translate to English:] Bugtest 25216")

List module > "[Translate to English:] Bugtest 25216" > click on the icon "re-position content element" > move to "my other col " (colPos=2)

3) Result:

when I switch back to page module, the translated content element is in colPos=2 and still in english, so I think the issue is solved.

Do you think it is sufficient to consider it closed, or should I perform further tests? Thank you!

Actions #5

Updated by Riccardo De Contardi over 8 years ago

  • Assignee set to Jo Hasenau
Actions #6

Updated by Jo Hasenau over 8 years ago

The problem is not about moving records to another column, but about moving records to a position between two other records. And it is still there in 7 LTS.
Since the visible records are always in the default language, the "move after" action does exactly the same stuff that happens when you sort with the up and down arrows in the list module.

Reason: copyAfterDuplFields contains sys_language_uid

I will set some related issues to clarify the problem.

Actions #7

Updated by Riccardo De Contardi over 8 years ago

  • Status changed from Needs Feedback to New
Actions #8

Updated by Riccardo De Contardi about 6 years ago

  • Related to Bug #72988: losing Localization when moving elements (Typo 7.6.2) added
Actions #9

Updated by Mona Muzaffar about 5 years ago

  • Related to Bug #87148: sys_language_uid is set to default when moving CEs via drag'n'drop added
Actions #10

Updated by Gerrit Code Review about 4 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646

Actions #11

Updated by Gerrit Code Review about 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646

Actions #12

Updated by Gerrit Code Review about 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646

Actions #13

Updated by Gerrit Code Review about 4 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646

Actions #14

Updated by Gerrit Code Review about 4 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63646

Actions #15

Updated by Gerrit Code Review about 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64137

Actions #16

Updated by Christian Eßl about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #17

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF