mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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
dacee96448
commit
05432df4f5
@ -419,7 +419,7 @@ var et2_calendar_planner = (function(){ "use strict"; return et2_calendar_view.e
|
|||||||
labels.push({
|
labels.push({
|
||||||
id: user,
|
id: user,
|
||||||
label: this._get_owner_name(user),
|
label: this._get_owner_name(user),
|
||||||
data: {participants:id,owner:id}
|
data: {participants:user,owner:user}
|
||||||
});
|
});
|
||||||
already_added.push(''+user);
|
already_added.push(''+user);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user