mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01: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 a0d044a4c1
.
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…
Reference in New Issue
Block a user