Actions
Bug #80211
closedMM language synchronization ignored on initial localization
Status:
Closed
Priority:
Must have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2017-03-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have the feeling that the new language concept got a bug.
Situation- Having 2 languages, default is german, 1 = english
- Core 8x master
- EXT:news master with a relation to sys_categories
sys_category
uid|sys_language|l10n_parent 2| 0 | 0 12|1 | 2
Having now a a news record translated will not create entries in sys_category_record_mm
uid_local|uid_foreign 2|10|
I expect having for the translated news record (imagine uid 42) also en entry
uid_local|uid_foreign 12|42|
but there is none. Formengine however shows when choosing "value of default language" below the correct translated title of the sys_category.
Actions