From 8e9dd4906e6ffa7ac6ff1221b939113400d3948d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 8 Sep 2016 14:03:05 +0200 Subject: [PATCH] Apply another patch to 12fbe113cf6bfbf4e61192e653fe090926efc43b --- calendar/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index 9b85b9a1d1..6b42353378 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -2837,7 +2837,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend( if(cat_id.join('') == '') cat_id = false; } // Make sure cat_id reaches to server in array format - if (cat_id && typeof cat_id == 'string') cat_id = cat_id.split(','); + if (cat_id && typeof cat_id == 'string' && cat_id != "0") cat_id = cat_id.split(','); var query = jQuery.extend({}, { get_rows: 'calendar.calendar_uilist.get_rows',