vhs
vhs copied to clipboard
Content elements without relation to default language get hidden in vhs > 4.2.0
Today I updated vhs 4.2.0 to 4.3.3 on a multilanguage site. I noticed some missing content in translations and figured out that these elements don't have a connection to default language (l10n_parent=0). I red some older tickets and comments about language issues with v:content.render and came across the config.sys_language_overlay = hideNonTranslated bug, which fixes my issue when set to 0 in first place. Since I don't know what side effects this setting will have, I went back to 4.2.0 and hope someone can clearify why this setting hides translated content which has no connection to default language.
same Problem here. The ViewHelper's property "hideUntranslated" also doesn't help. In 4.3.3 it's either "show both languages" or "show the default language no matter what" for content elements without l10n_parent.
This is no longer the case.