Keep list search keywords around through an app refresh

This commit is contained in:
Nathan Gray 2016-01-14 23:23:22 +00:00
parent 9dc2038652
commit e4a0808693

View File

@ -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 */