Calendar - fix planner by user view new event by clicking on a resource did not include resource as participant

This commit is contained in:
nathangray 2017-05-23 09:30:51 -06:00
parent dacee96448
commit 05432df4f5

View File

@ -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);
}