mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Merge pull request #3053 from girishramnani/bug/jt-patch
resolved the error message for JT Patch Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -692,7 +692,7 @@ export default
|
|||||||
})
|
})
|
||||||
.catch(({data, status}) => {
|
.catch(({data, status}) => {
|
||||||
ProcessErrors($scope, data, status, form, { hdr: 'Error!',
|
ProcessErrors($scope, data, status, form, { hdr: 'Error!',
|
||||||
msg: 'Failed to update job template. PUT returned status: ' + status });
|
msg: 'Failed to update job template. PATCH returned status: ' + status });
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
|
|||||||
Reference in New Issue
Block a user