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