mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
This commit is contained in:
@@ -41,7 +41,7 @@ export default ['$stateParams', '$scope', '$state', 'QuerySet', 'GetBasePath', '
|
||||
};
|
||||
|
||||
$scope.clearAll = function(){
|
||||
let cleared = defaults;
|
||||
let cleared = _.cloneDeep(defaults);
|
||||
delete cleared.page;
|
||||
queryset = cleared;
|
||||
$state.go('.', {[$scope.iterator + '_search']: queryset});
|
||||
|
||||
Reference in New Issue
Block a user