mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
fixed 403 schedule errors not being displayed
This commit is contained in:
@@ -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 });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user