@@ -410,11 +410,11 @@ App.UpdateController = Em.Controller.extend({
return !param.isComponentRelatedFilter;
});
- queryParams.push({
+ queryParams = [{
key: 'Hosts/host_name',
value: hostNames,
type: 'MULTIPLE'
- });
+ }];
params.callback(skipCall, queryParams);
}
},
@@ -366,6 +366,7 @@ App.TableView = Em.View.extend(App.UserPref, {
type: type
};
this.get('filterConditions').push(filterCondition);
+ this.propertyDidChange('showFilteredContent');
this.saveAllFilterConditions();