Bug #72988
closedlosing Localization when moving elements (Typo 7.6.2)
100%
Description
if you move localized content element in listview up or down it assume the Localization Key of the upper element.
Content 1 - EN
Content 2 - DE
Content 3 - DE
if you Content 3 up it will be localized as EN
Content 1 - EN
Content 3 - EN
Content 2 - DE
Running in
[sys_language_mode] = strict
[sys_language_overlay] = hideNonTranslated
Files
Updated by König David almost 9 years ago
- File click_move.jpg click_move.jpg added
- File changed_lang.jpg changed_lang.jpg added
I have the Same Problem in TYPO3 7LTS
Updated by König David almost 9 years ago
The problem seems to be, that after moving an Object up or Down, the method \TYPO3\CMS\Core\DataHandling\DataHandler::fixCopyAfterDuplFields() is called, and the TCA configuration for the table tt_content is set to 'copyAfterDuplFields' => 'colPos,sys_language_uid'
Another problem is, that we can not change this value in AdditionalConfiguration.php, because the TCA of tt_content is loaded after that.
So at the moment you can only change this in a own Extension.
Greetings David
Updated by Samuel Weiss almost 9 years ago
Yes that fix the problem in listview! Sadly it persists in pageview.
I cant move an all language element.
Updated by Mona Muzaffar over 7 years ago
- Related to Bug #70154: Extbase 'sorting' l10nmode added
Updated by Riccardo De Contardi almost 7 years ago
- Category set to DataHandler aka TCEmain
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #39798: Language and colpos changes on re-ordering of Content Elements added
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #59901: Move records in list module kills sys_language_uid added
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #25216: Repositioning of translated CE in the list module replaces language ID added
Updated by Gerrit Code Review almost 5 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
Updated by Gerrit Code Review almost 5 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
Updated by Gerrit Code Review almost 5 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
Updated by Gerrit Code Review almost 5 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
Updated by Gerrit Code Review almost 5 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
Updated by Gerrit Code Review almost 5 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
Updated by Christian Eßl almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset acff9da490244cd405a4ae12eb7f034a3b39cfb6.