mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03: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:
commit
f683f87ce3
@ -692,7 +692,7 @@ export default
|
||||
})
|
||||
.catch(({data, status}) => {
|
||||
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) {
|
||||
Wait('stop');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user