mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
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:
parent
0f055b5295
commit
0a995cbdef
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user