[TYPO3-mvc] Additional child records in localization
Viktor Livakivskyi
invisible.kinder at gmail.com
Sun Dec 8 15:32:48 CET 2013
Hi, List.
Please, tell me, is it possible (and eventually how) in ExtBase to have additioanl childs in localization of record?
Imageine such a situation, when we have 1:n relation parent:children and 2 languages - En and De.
En (L=0) has ParentA with children: ChildA, ChildB, ChildC
We create a localization to De (L=1) in BE and get: Parent A (De) with children Child A (De), Child B (De), Child C (De).
All is ok in FE, when we switch to L=1 - all 3 children are shown.
But later editor decides to add one more child and only to De locale: Child D (De). It is shown in BE, but not in FE, because ExtBase shows only locales of children existing in default language.
I can try to play with query setting ->setRespectSysLanguage(FALSE), but afraid to get more troubles, than benefits from it.
Does any have good solutions or workarounds for such a case?
We're using TYPO3 6.0
More information about the TYPO3-project-typo3v4mvc
mailing list