Project

General

Profile

Bug #94568

Updated by Mathias Brodala over 2 years ago

Hi, 

 In TYPO3 10, when using @fluidBasedPageModule@, @mod.web_layout.defLangBinding = 1@ and more than 1 language, the output is broken in language mode. The default content elements and the the first translated content elements are properly rendered, but other are always empty (see screenshot). 

 !Screenshot from 2021-07-16 16-18-57.png! 

 In fact there is a bug in the template @backend/Resources/Private/Partials/PageLayout/LanguageColumns.html@, at line 88, the variable @item@ is set and never override again (in the languages list loop). If I try to pass directly @{item.translations.{languageId}}@ in the partial it works again (but I am pretty sure some other variables are mandatory in the partials @PageLayout/Record@ called in the loop. 

 Thanks 

Back