mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03: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) {
|
||||
queryset = _.cloneDeep($scope.querySet);
|
||||
queryset = $scope.querySet;
|
||||
} else {
|
||||
queryset = $state.params[searchKey];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user