Author: nathangray
New Revision: 55976
URL: http://svn.stylite.de/viewvc/egroupware?rev=55976&view=rev
Log:
Avoid undefined labels breaking the sort
Modified:
trunk/calendar/js/et2_widget_planner.js
— trunk/calendar/js/et2_widget_planner.js (original)
+++ trunk/calendar/js/et2_widget_planner.js Mon May 2 17:17:20 2016
@@ -341,7 +341,7 @@
{
if(already_added.indexOf(’’+id) < 0)
{
-
this.push({id: id, label: result[id]||'', data: {participants:id,owner:id}});
already_added.push(''+id);
}
}
@@ -349,7 +349,7 @@
}
else // users
{
-
var label = this._get_owner_name(user)||'';
if(already_added.indexOf(user) < 0)
{
labels.push({id: user, label: label, data: {participants:user,owner:''}});
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs