Bug #94568
closeddefLangBinding breaks web_layout
100%
Description
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
Files
Updated by Andreas Kießling about 3 years ago
- Related to Bug #94047: Fluid based page module: wrong behavior with defLangBinding added
Updated by Andreas Kießling about 3 years ago
I can confirm this bug, pretty irritating after doing a l10nmgr import and not seeing any content
Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/71073
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71193
Updated by Alexander Opitz about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 94da86280247b169aab0d8af206b4c5fb3232e11.