|
@@ -191,8 +191,8 @@ App.TableView = Em.View.extend({
|
|
this.get('filterConditions').push(filterCondition);
|
|
this.get('filterConditions').push(filterCondition);
|
|
}
|
|
}
|
|
this.saveFilterConditions();
|
|
this.saveFilterConditions();
|
|
-
|
|
|
|
this.filtersUsedCalc();
|
|
this.filtersUsedCalc();
|
|
|
|
+ this.filter();
|
|
},
|
|
},
|
|
|
|
|
|
saveFilterConditions: function() {
|
|
saveFilterConditions: function() {
|