Actually set the details filter to avoid reset when app refreshes

This commit is contained in:
nathangray 2018-09-04 15:50:01 -06:00
parent 5c3ac9e836
commit b68637b2c7

View File

@ -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;
}