Bug #50027
closedSorting of localized tt_content elements is wrong after copying
50%
Description
When making a copy of a content element on a page with two or more languages, the pasted element will appear in the correct position on the target page whereas the localized partner elements will appear on the correct position (colPos) only if the destination record has a translation.
This issue already occured before but was not fixed completly: #30469
This ancient bugfix properly handled the case when there is a translation for the destination record. But in the case the destination record has no localized version the same issue will occur again.
See attached screenshot.
Files
Updated by Bernhard Kraft over 11 years ago
- File bug_50027_v1.diff bug_50027_v1.diff added
- % Done changed from 0 to 50
Attached a patch for review. Will send review request to gerrit.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22318
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22318
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22318
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22320
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22321
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22322
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from next-patchlevel to 7.4 (Backend)
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22318
Updated by Andreas Wolf over 9 years ago
- Is Regression set to No
Just for clarification if anybody gets stuck like me: The problem here is that the target page has no translation, thus the translated record ends in the wrong column – and if the translation is later on created, the record is still in the wrong column.
I’ll add a functional test for this.
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22318
Updated by Benni Mack about 9 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Benni Mack about 9 years ago
- Target version deleted (
7.5) - Sprint Focus deleted (
Stabilization Sprint)
Updated by Mathias Schreiber over 8 years ago
- Status changed from Under Review to Rejected
Can't reproduce on master.
Not a priority bugfix.