Et2SelectAccount: Enable searching

This commit is contained in:
nathan 2022-06-10 13:56:55 -06:00
parent 3efe81c293
commit a7cafb590c

View File

@ -31,6 +31,8 @@ export class Et2SelectAccount extends Et2Select
constructor()
{
super();
this.searchUrl = "EGroupware\\Api\\Etemplate\\Widget\\Taglist::ajax_search";
this.__account_type = 'accounts';
}