mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Calendar: Pre-fill some options in calendar owner/participant when select account preference is "selectbox"
This commit is contained in:
parent
9c15cdb1a5
commit
74f6bdfebb
@ -51,7 +51,7 @@ export class CalendarOwner extends Et2StaticSelectMixin(Et2Select)
|
||||
|
||||
// Start fetch of users
|
||||
const type = this.egw().preference('account_selection', 'common');
|
||||
if(!type || type == "none" || type == "selectbox")
|
||||
if(!type || type == "none")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user