mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Fixed current form tracker for reset all
This commit is contained in:
@@ -354,7 +354,7 @@ export default [
|
||||
ConfigurationService.resetAll()
|
||||
.then(function() {
|
||||
populateFromApi();
|
||||
$scope[formTracker.currentFormName].$setPristine();
|
||||
$scope[formTracker.currentFormName()].$setPristine();
|
||||
})
|
||||
.catch(function(error) {
|
||||
ProcessErrors($scope, error, status, formDefs[formTracker.getCurrent()],
|
||||
|
||||
Reference in New Issue
Block a user