mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
resolved the error message for JT Patch
Signed-off-by: Girish Ramnani <girishramnani95@gmail.com>
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user