mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
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:
parent
ffe305772c
commit
1d2a2afc76
@ -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(() =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user