forked from extern/egroupware
Handle empty participant names without error
This commit is contained in:
parent
6a5003fee7
commit
38ee3853cf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user