Bug #83117
closedl10n_mode exclude IRRE Relations are translated
0%
Description
Situation: a record with multible relations to other record. every field are excluded from translating (l10n_mode => exclude) except for the label (title)
Expected:
A copy of the Record with modified LanguageUid and l10n_parent pointed to the original Record.
No other Records or relations are touched.
Translation Overlay mode in Frontend mapped the content from the default language record into the translated record.
Actual:
A copy of the Record with modified LanguageUid and l10n_parent pointed to the original Record.
Every related record are also translated. (creates database junk)
Theory:
the l10n_mode is currently ignored for relation fields
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New 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/54795
Updated by Susanne Moog almost 7 years ago
- Related to Bug #81761: l10n_mode exclude is ignored in IRRE relations and deletes unrelated child records during l10n added
Updated by Gerrit Code Review almost 7 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/54795
Updated by Oliver Hader over 6 years ago
It's intentionally like this. l10n_mode exclude relations are duplicated since TYPO3 v8 into the according languages. See issue #79658
Updated by Oliver Hader over 6 years ago
- Related to Feature #79658: Introduce allowLanguageSynchronization added
Updated by Oliver Hader over 6 years ago
- Status changed from Under Review to Rejected