mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
fixed 403 schedule errors not being displayed
This commit is contained in:
parent
7dd5dd947d
commit
78fb694704
@ -341,7 +341,7 @@ export default
|
||||
Wait('stop');
|
||||
}
|
||||
})
|
||||
.error( function() {
|
||||
.error( function(data, status) {
|
||||
ProcessErrors(scope, data, status, null, { hdr: 'Error!',
|
||||
msg: 'Failed to update schedule ' + id + ' PUT returned: ' + status });
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user