Calendar: Only show owner / participant label in selected tags, no additional information

Previously it showed the email addresses too
This commit is contained in:
nathan 2023-11-02 14:19:08 -06:00
parent a30ac656ba
commit 5ba1ef4d34

View File

@ -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)}