mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Keep list search keywords around through an app refresh
This commit is contained in:
parent
9dc2038652
commit
e4a0808693
@ -2234,8 +2234,9 @@ app.classes.calendar = AppJS.extend(
|
||||
var nm = app.classes.calendar.views.listview.etemplates[0].widgetContainer.getWidgetById('nm');
|
||||
nm.controller._grid.doInvalidate = false;
|
||||
} catch (e) {}
|
||||
// Other views do not search
|
||||
delete state.state.keywords;
|
||||
}
|
||||
delete state.state.keywords;
|
||||
this.state = jQuery.extend({},state.state);
|
||||
|
||||
/* Update re-orderable calendars */
|
||||
|
Loading…
Reference in New Issue
Block a user