Bug #73182
closedEpic #72584: sysext:impexp
Import of localized content fails, content looses language id
100%
Description
Since #70825, importing localized content (static relation to language) fails due to missing handling in DataHandler for the newly introduced special TCA config "language".
The condition "$tcaFieldConf['type'] == 'select' && $tcaFieldConf['foreign_table']" in \TYPO3\CMS\Core\DataHandling\DataHandler::checkValueForGroupSelect has been true before the change and caused the given language reference to be resolved correctly.
Now this resolution step is omitted, ultimately leading to a language uid = 0 for all imported CEs records.
Updated by Markus Klein almost 9 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review almost 9 years ago
- Status changed from In Progress 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/46535
Updated by Gerrit Code Review almost 9 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/46535
Updated by Markus Klein over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fe306dd6386aae3fe718c05be991eaa096f49074.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48468
Updated by Markus Klein over 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 51d429d0cce888537172b3f524991722c37d42b2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed