From 6da4c80e8b8ce055310cb7d06eee2bfa2a0bca7c Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 18 May 2023 08:30:46 -0600 Subject: [PATCH] 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. --- calendar/js/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/app.ts b/calendar/js/app.ts index ef2cf7388c..80bda93d8c 100644 --- a/calendar/js/app.ts +++ b/calendar/js/app.ts @@ -3763,7 +3763,7 @@ export class CalendarApp extends EgwApp * @param event * @return Promise| null */ - _fetch_group_members(event) : Promise | null + async _fetch_group_members(event) : Promise | null { let groups = []; let option_owner = null;