diff --git a/awx/ui/client/src/shared/stateDefinitions.factory.js b/awx/ui/client/src/shared/stateDefinitions.factory.js index 78b9c95805..975dfb8416 100644 --- a/awx/ui/client/src/shared/stateDefinitions.factory.js +++ b/awx/ui/client/src/shared/stateDefinitions.factory.js @@ -357,6 +357,9 @@ function($injector, $stateExtender, $log, i18n) { $stateParams[`${list.iterator}_search`].or__organization__in = orgIds.join(); } + else { + $stateParams[`${list.iterator}_search`].organization = 'null'; + } return qs.search(path, $stateParams[`${list.iterator}_search`]); });