Commit ef51505a86858ba26298ef93eca8a931adbe5e23

Authored by Renato De Donato
1 parent b4195555

reset filters

controllets/select-data-controllet/select-data-controllet.html
@@ -143,6 +143,7 @@ @@ -143,6 +143,7 @@
143 that.$.tree_view.selectedFields = []; 143 that.$.tree_view.selectedFields = [];
144 that._updateSelectedFields(); 144 that._updateSelectedFields();
145 that.$.tree_view.ready(); 145 that.$.tree_view.ready();
  146 + that.filters = [];
146 that.$.filters.filters = []; 147 that.$.filters.filters = [];
147 that.$.multi_table.filters = []; 148 that.$.multi_table.filters = [];
148 } 149 }