mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 18:53:35 -05:00
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