Handle empty participant names without error

This commit is contained in:
nathangray 2016-07-26 10:50:17 -06:00
parent 6a5003fee7
commit 38ee3853cf

View File

@ -389,7 +389,7 @@ var et2_calendar_planner = (function(){ "use strict"; return et2_calendar_view.e
{
labels.push({
id: id,
label: this._get_owner_name(id),
label: this._get_owner_name(id)||'',
data: {participants:id,owner:id}
});
already_added.push(''+id);