Actions
Bug #20342
closedBroken i18n_parent relation upon localizing records in workspace
Start date:
2009-04-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
01
As a be user switch to a custom workspace.
02
Then create a new tt_content record on a page.
03
Then save this record and create a localized version of the record by using the "Language" Dropdown on top of the page.
04
Then the i18n_parent Dropdown shows a broken relation.
05
As a result of 04, the localized record is not visible in the frontend.
I traced the error down to alt_doc.php -> languageSwitch. Starting from lines 1074, the $rowsByLang is built. Upon populating this array, the parent's uid has to be fetched for later use in i18n_parent. Problem is, that currently the workspace "first draft version" is used instead.
(issue imported from #M10958)
Files
Updated by Steffen Kamper over 14 years ago
Committed to trunk rev 8094 and 4_4 rev 8095
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
0)
Actions