mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Auth timeout on survey edit
The UI would error out on the console
This commit is contained in:
parent
16119114dc
commit
1e521e43c2
@ -152,9 +152,10 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper',
|
||||
|
||||
})
|
||||
.error(function (data, status) {
|
||||
ProcessErrors(scope, data, status, { hdr: 'Error!',
|
||||
msg: 'Failed to retrieve organization: ' + $routeParams.id + '. GET status: ' + status });
|
||||
ProcessErrors(scope, data, status, null, { hdr: 'Error!',
|
||||
msg: 'Failed to retrieve survey. GET returned status: ' + status });
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
}])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user