1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +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}) => { .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');