mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Maintain reference to querySet rather than cloning so that changes made after initialization will propagate
This commit is contained in:
parent
fbafb9a5bf
commit
6794afb284
@ -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