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