mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Calendar: Fix clicking in dayview with multiple users added them all to the new event
This commit is contained in:
parent
edcc260b7b
commit
6647381bca
@ -2045,7 +2045,7 @@ export class et2_calendar_timegrid extends et2_calendar_view implements et2_IDet
|
|||||||
date: target.dataset.date || this.options.date,
|
date: target.dataset.date || this.options.date,
|
||||||
hour: target.dataset.hour || this._parent.options.day_start,
|
hour: target.dataset.hour || this._parent.options.day_start,
|
||||||
minute: target.dataset.minute || 0,
|
minute: target.dataset.minute || 0,
|
||||||
owner: this.options.owner
|
owner: this.daily_owner ? _ev.target.closest(".calendar_calDayCol").dataset.owner : this.options.owner
|
||||||
};
|
};
|
||||||
app.calendar.add(options);
|
app.calendar.add(options);
|
||||||
_ev.preventDefault();
|
_ev.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user