From 0a995cbdef6567f23246ec4636ebcd1c4b6200e2 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 10 Dec 2013 23:17:31 +0000 Subject: [PATCH] Calendar list get_rows does not filter by anything in its query anyway, so don't bother trying to just change filters. --- calendar/js/app.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index 08b770fd3d..c5a8df65dd 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -529,11 +529,6 @@ app.classes.calendar = AppJS.extend( state = JSON.parse(state); } } - // requested state is a listview and we are currently in a list-view - if (state.state.view == 'listview' && state.name && this.et2 && this.et2.getWidgetById('nm')) - { - return this._super.apply(this, arguments); // call default implementation - } // old calendar state handling on server-side (incl. switching to and from listview) var menuaction = 'calendar.calendar_uiviews.index';