mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
Fix nested placeholders (customfields from other apps) were not being displayed properly
This commit is contained in:
@@ -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)
|
||||
});
|
||||
|
Reference in New Issue
Block a user