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:
softwarefactory-project-zuul[bot] 2019-01-23 13:39:09 +00:00 committed by GitHub
commit f683f87ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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