From 7318cbae9bd44f91c8d32fbc3433ed58103b3982 Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 1 Sep 2017 09:27:48 -0400 Subject: [PATCH] Fixed host filter clearall --- .../host-filter-modal/host-filter-modal.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js index 541214e5db..4f6bc0c15d 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js @@ -29,7 +29,7 @@ export default ['templateUrl', function(templateUrl) { $scope.host_default_params = { order_by: 'name', page_size: 5, - inventory__organization: null + inventory__organization: $scope.organization }; $scope.host_queryset = _.merge({