mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -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();
|
||||
|
||||
}
|
||||
else {
|
||||
$stateParams[`${list.iterator}_search`].organization = 'null';
|
||||
}
|
||||
|
||||
return qs.search(path, $stateParams[`${list.iterator}_search`]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user