1
0
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:
Girish Ramnani 2019-01-23 11:53:27 +05:30
parent cf9dffbaf8
commit c15cbe0f6e

View File

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