mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #2120 from mabashian/1882-prompt-cred-filter
Fix issue searching creds list on prompt
This commit is contained in:
commit
39dee3d5c2
@ -40,7 +40,7 @@ function SmartSearchController (
|
||||
}
|
||||
|
||||
if ($scope.querySet) {
|
||||
queryset = _.cloneDeep($scope.querySet);
|
||||
queryset = $scope.querySet;
|
||||
} else {
|
||||
queryset = $state.params[searchKey];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user