mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar: Take grants into account for calendar user search
This commit is contained in:
parent
d1841f9985
commit
3df4438b60
@ -38,6 +38,9 @@ export class CalendarOwner extends Et2Select
|
|||||||
super(...args);
|
super(...args);
|
||||||
this.searchUrl = "calendar_owner_etemplate_widget::ajax_search";
|
this.searchUrl = "calendar_owner_etemplate_widget::ajax_search";
|
||||||
this.multiple = true;
|
this.multiple = true;
|
||||||
|
|
||||||
|
// Take grants into account for search
|
||||||
|
this.searchOptions['checkgrants'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user