mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +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}
|
||||
.selected=${this.getValueAsArray().some(v => v == value)}
|
||||
?disabled=${option.disabled}
|
||||
.getTextLabel=${() => {return option.label}}
|
||||
>
|
||||
${this._iconTemplate(option)}
|
||||
${this.noLang ? option.label : this.egw().lang(option.label)}
|
||||
|
Loading…
Reference in New Issue
Block a user