mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Calendar - fix planner by user view new event by clicking on a resource did not include resource as participant
This commit is contained in:
parent
dbf1e532e4
commit
c542be543f
@ -419,7 +419,7 @@ var et2_calendar_planner = (function(){ "use strict"; return et2_calendar_view.e
|
||||
labels.push({
|
||||
id: user,
|
||||
label: this._get_owner_name(user),
|
||||
data: {participants:id,owner:id}
|
||||
data: {participants:user,owner:user}
|
||||
});
|
||||
already_added.push(''+user);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user