vhs icon indicating copy to clipboard operation
vhs copied to clipboard

Content elements without relation to default language get hidden in vhs > 4.2.0

Open Idleworks opened this issue 7 years ago • 1 comments
trafficstars

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.

Idleworks avatar Nov 27 '17 11:11 Idleworks

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.

kai-plusb avatar Feb 13 '18 13:02 kai-plusb

This is no longer the case.

NamelessCoder avatar Jul 25 '23 12:07 NamelessCoder