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