Bug #95330
open'behaviour' => 'allowLanguageSynchronization' ignored on pages
0%
Description
We use "pages" with an own doktype as news pages, with an own model and repository (similar to the blog extension).
On translated pages, the TCA option 'behaviour' => 'allowLanguageSynchronization' is ignored, the sys_file_reference is always in default language 0, even if the translation behaviour is set to "custom value".
The l10n_parent value of the translated values in sys_file_processedfile is always 0 - we tried to set the l10n_parent manually in database, then the translation of our FAL field works as expected (tried with custom fields and also with media field on plain TYPO3).
(this behaviour only happens on pages - tt_content is everything fine)
Updated by André Buchmann almost 3 years ago
Behaviour can be reproduced by multiple extensions of the TER (e.g. blog, z7_blog) and different TYPO3 versions (9.5, 10.4.21, 11.5.3).
See more detailed bug report here: https://github.com/zeroseven/z7_blog/issues/7
I think https://forge.typo3.org/issues/57272 did not fix everything :-(