mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Calendar: Only show owner / participant label in selected tags, no additional information
Previously it showed the email addresses too
This commit is contained in:
parent
a30ac656ba
commit
5ba1ef4d34
@ -80,6 +80,7 @@ export class CalendarOwner extends Et2StaticSelectMixin(Et2Select)
|
|||||||
.option=${option}
|
.option=${option}
|
||||||
.selected=${this.getValueAsArray().some(v => v == value)}
|
.selected=${this.getValueAsArray().some(v => v == value)}
|
||||||
?disabled=${option.disabled}
|
?disabled=${option.disabled}
|
||||||
|
.getTextLabel=${() => {return option.label}}
|
||||||
>
|
>
|
||||||
${this._iconTemplate(option)}
|
${this._iconTemplate(option)}
|
||||||
${this.noLang ? option.label : this.egw().lang(option.label)}
|
${this.noLang ? option.label : this.egw().lang(option.label)}
|
||||||
|
Loading…
Reference in New Issue
Block a user