mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
fixed 403 schedule errors not being displayed
This commit is contained in:
@@ -341,7 +341,7 @@ export default
|
|||||||
Wait('stop');
|
Wait('stop');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.error( function() {
|
.error( function(data, status) {
|
||||||
ProcessErrors(scope, data, status, null, { hdr: 'Error!',
|
ProcessErrors(scope, data, status, null, { hdr: 'Error!',
|
||||||
msg: 'Failed to update schedule ' + id + ' PUT returned: ' + status });
|
msg: 'Failed to update schedule ' + id + ' PUT returned: ' + status });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user