mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
stop waiting after summary fields are grabbed
This commit is contained in:
parent
dde71a3b28
commit
b6551642bc
@ -281,10 +281,12 @@ export function TeamsEdit($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
$scope.organization_url = data.related.organization;
|
||||
$scope.organization_name = data.summary_fields.organization.name;
|
||||
master.organization_name = data.summary_fields.organization.name;
|
||||
Wait('stop');
|
||||
})
|
||||
.error(function (data, status) {
|
||||
ProcessErrors($scope, data, status, form, { hdr: 'Error!', msg: 'Failed to retrieve team: ' + $routeParams.team_id +
|
||||
'. GET status: ' + status });
|
||||
Wait('stop');
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user