mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +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);
|
||||
this.searchUrl = "calendar_owner_etemplate_widget::ajax_search";
|
||||
this.multiple = true;
|
||||
|
||||
// Take grants into account for search
|
||||
this.searchOptions['checkgrants'] = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user