From e4a08086935142cf656b622509c13dfd2924d224 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 14 Jan 2016 23:23:22 +0000 Subject: [PATCH] Keep list search keywords around through an app refresh --- calendar/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index bf15d06ec7..f380b36523 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -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 */