mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Use patch instead of put when updating a wfjt
This commit is contained in:
parent
67273ff8c3
commit
1d7d2820fd
@ -151,7 +151,7 @@ export default ['Rest', 'GetBasePath', '$q', 'NextPage', function(Rest, GetBaseP
|
||||
url = url + params.id;
|
||||
|
||||
Rest.setUrl(url);
|
||||
return Rest.put(params.data);
|
||||
return Rest.patch(params.data);
|
||||
},
|
||||
getWorkflowJobTemplate: function(id) {
|
||||
var url = GetBasePath('workflow_job_templates');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user