Et2Email: Fix missing distribution lists

This commit is contained in:
nathan 2023-12-15 16:15:32 -07:00
parent 38ecfed987
commit d5f629a491

View File

@ -141,7 +141,7 @@ export class Et2Email extends Et2InputWidget(LitElement) implements SearchMixinI
*/
@property({type: Boolean, reflect: true}) open = false;
@property({type: Object}) searchOptions = {};
@property({type: Object}) searchOptions = {includeLists: true};
@property({type: String}) searchUrl = "EGroupware\\Api\\Etemplate\\Widget\\Taglist::ajax_email";
@state() searching = false;