mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
Revert "Calendar: Potential further optimisation, no need for async"
Turns out there is a need for async, week view breaks without it This reverts commit a0d044a4c1405de89425e06f638fdc286d055a84.
This commit is contained in:
parent
ab3a75a7b3
commit
6da4c80e8b
@ -3763,7 +3763,7 @@ export class CalendarApp extends EgwApp
|
|||||||
* @param event
|
* @param event
|
||||||
* @return Promise| null
|
* @return Promise| null
|
||||||
*/
|
*/
|
||||||
_fetch_group_members(event) : Promise<any> | null
|
async _fetch_group_members(event) : Promise<any> | null
|
||||||
{
|
{
|
||||||
let groups = [];
|
let groups = [];
|
||||||
let option_owner = null;
|
let option_owner = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user