mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
Et2Email: Fix missing distribution lists
This commit is contained in:
parent
38ecfed987
commit
d5f629a491
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user