mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #4067 from kensible/3944-reset-all
Fixed current form tracker for reset all
This commit is contained in:
commit
a684739ead
@ -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()],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user