From ef51505a86858ba26298ef93eca8a931adbe5e23 Mon Sep 17 00:00:00 2001 From: renato Date: Mon, 29 Feb 2016 11:41:36 +0100 Subject: [PATCH] reset filters --- controllets/select-data-controllet/select-data-controllet.html | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/controllets/select-data-controllet/select-data-controllet.html b/controllets/select-data-controllet/select-data-controllet.html index ae75306..dc2e601 100755 --- a/controllets/select-data-controllet/select-data-controllet.html +++ b/controllets/select-data-controllet/select-data-controllet.html @@ -143,6 +143,7 @@ that.$.tree_view.selectedFields = []; that._updateSelectedFields(); that.$.tree_view.ready(); + that.filters = []; that.$.filters.filters = []; that.$.multi_table.filters = []; } -- libgit2 0.21.4