mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
Handle empty participant names without error
This commit is contained in:
parent
d8e0b4b466
commit
59acd09014
@ -389,7 +389,7 @@ var et2_calendar_planner = (function(){ "use strict"; return et2_calendar_view.e
|
|||||||
{
|
{
|
||||||
labels.push({
|
labels.push({
|
||||||
id: id,
|
id: id,
|
||||||
label: this._get_owner_name(id),
|
label: this._get_owner_name(id)||'',
|
||||||
data: {participants:id,owner:id}
|
data: {participants:id,owner:id}
|
||||||
});
|
});
|
||||||
already_added.push(''+id);
|
already_added.push(''+id);
|
||||||
|
Loading…
Reference in New Issue
Block a user