Fix nested placeholders (customfields from other apps) were not being displayed properly

This commit is contained in:
nathan
2021-10-07 14:51:16 -06:00
parent c73a7beac8
commit d43c27a31b
3 changed files with 3 additions and 3 deletions

View File

@@ -339,7 +339,7 @@ export class et2_placeholder_select extends et2_inputWidget
{
continue;
}
options[key].push({
options[this.egw().lang(key)].push({
value: key + '-' + sub,
label: this.egw().lang(sub)
});