From b68637b2c7d2a6c3fbb362d12f422c0d3b32577c Mon Sep 17 00:00:00 2001 From: nathangray Date: Tue, 4 Sep 2018 15:50:01 -0600 Subject: [PATCH] Actually set the details filter to avoid reset when app refreshes --- infolog/js/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infolog/js/app.js b/infolog/js/app.js index a2b9da85f6..558ffbbff7 100644 --- a/infolog/js/app.js +++ b/infolog/js/app.js @@ -279,6 +279,8 @@ app.classes.infolog = AppJS.extend( // column change var in_progress = nm.update_in_progress; nm.update_in_progress = true; + // Set the actual filter value here + nm.activeFilters.filter2 = filter2.get_value(); nm.dataview.updateColumns(); nm.update_in_progress = in_progress; }