Bug #102389
openContent element are not displayed in defLangBinding mode if free and default has no items in this colPos
0%
Description
Given a backend layout with a couple of columns. Being in the page module (language comparison mode) with defLangBinding active,
content elements in columns, where no elements exist in the default language, are not displayed. The reason seems to be: https://github.com/TYPO3/typo3/blob/2116f3d3f42604440db499af21c8eec60d2026e7/typo3/sysext/backend/Resources/Private/Partials/PageLayout/LanguageColumns.html#L78
Updated by Riccardo De Contardi 9 months ago
- Related to Bug #93211: New fluid based page module does not show translated languages added
Updated by Riccardo De Contardi 9 months ago
- Related to deleted (Bug #93211: New fluid based page module does not show translated languages)
Updated by Riccardo De Contardi 9 months ago
Still reproducible on 13.2.0-dev (latest master)
Steps to reproduce
1) Have TYPO3 with at least two languages: default and another one (ID=1)
2) Set the page TSConfig e.g. on the home page:
mod.web_layout.defLangBinding = 1
3) Create a page in default language and translate it in the other language
4) Create a Content element on the secondary language and NOT on the default language ( page will be in "free mode")
5) Go on Page module > mode: language comparison
Result¶
both selecting on the dropdown below "language comparison":
- Secondary language
- All languages
the CE created is NOT visible. It will become visible if you disable mod.web_layout.defLangBinding = 1
Updated by Riccardo De Contardi 9 months ago
Is this one related? https://forge.typo3.org/issues/96413
Or even the same issue?
Updated by Riccardo De Contardi 7 months ago
- Related to Bug #96413: Translated content is not shown in backend when deflangBinding = 1 and freemode is used added