fixed 403 schedule errors not being displayed

This commit is contained in:
John Mitchell
2015-05-11 15:04:50 -04:00
parent 7dd5dd947d
commit 78fb694704

View File

@@ -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 });
}); });