mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Maintain reference to querySet rather than cloning so that changes made after initialization will propagate
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