Calendar: Pre-fill some options in calendar owner/participant when select account preference is "selectbox"

This commit is contained in:
nathan 2023-07-17 16:45:16 -06:00
parent 9ad249fa30
commit 1f928a66bb

View File

@ -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;
}