mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
resolved the error message for JT Patch
Signed-off-by: Girish Ramnani <girishramnani95@gmail.com>
This commit is contained in:
parent
cf9dffbaf8
commit
c15cbe0f6e
@ -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…
Reference in New Issue
Block a user