Calendar list get_rows does not filter by anything in its query anyway, so don't bother trying to just change filters.

This commit is contained in:
Nathan Gray 2013-12-10 23:17:31 +00:00
parent 0f055b5295
commit 0a995cbdef

View File

@ -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';