Actions
Bug #73604
closedStory #69617: FormEngine bugs
Nested localizations in page module get wrong language pointers
Start date:
2016-02-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Scenario:
- two additional languages
- 0/default (english)
- 1 (german)
- 2 (french)
- content element
- image reference as nested element
- alternative page localizations (pages_language_overlay) are available already
- for language "german" (uid 1)
- "translate" button in the page-module
- use "localization" mode
- chose "default" as base
- all fine in sys_file_reference of new localization
- sys_language_uid points to german (uid 1)
- l10n_parent points to sys_file_reference of default language
- for language "french" (uid 2)
- "translate" button in the page-module
- use "localization" mode
- chose "german" as base
- wrong pointers in sys_file_reference of new localization
- sys_language_uid points to german (uid 1) instead of french (uid 1)
- l10n_parent points to sys_file_reference of default language instead of german
Files
Actions