mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Merge pull request #292 from mabashian/5092-credential-filtering
Add user credential permissions without org
This commit is contained in:
@@ -357,6 +357,9 @@ function($injector, $stateExtender, $log, i18n) {
|
|||||||
$stateParams[`${list.iterator}_search`].or__organization__in = orgIds.join();
|
$stateParams[`${list.iterator}_search`].or__organization__in = orgIds.join();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$stateParams[`${list.iterator}_search`].organization = 'null';
|
||||||
|
}
|
||||||
|
|
||||||
return qs.search(path, $stateParams[`${list.iterator}_search`]);
|
return qs.search(path, $stateParams[`${list.iterator}_search`]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user