Calendar: Fix group events did not always show up

If the user had group events from more than one group, depending on the timing we were overwriting the first group(s)
This commit is contained in:
nathan 2023-09-28 08:43:15 -06:00
parent ffe305772c
commit 1d2a2afc76

View File

@ -3632,7 +3632,7 @@ export class CalendarApp extends EgwApp
{
this._group_query_cache[cache_key] = this.egw.request("calendar.calendar_owner_etemplate_widget.ajax_owner", [groups]).then((data) =>
{
options = options.concat(Object.values(data));
options = option_owner.select_options.concat(Object.values(data));
option_owner.select_options = options;
}).finally(() =>
{