mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Properly POST credentials to workflow nodes
This commit is contained in:
parent
e517f81b8f
commit
b891e2c204
@ -152,7 +152,7 @@ export default ['$scope', 'TemplatesService',
|
||||
|
||||
credentialIdsToPost.forEach((credentialToPost) => {
|
||||
credentialRequests.push({
|
||||
id: data.data.id,
|
||||
id: data.id,
|
||||
data: {
|
||||
id: credentialToPost.id
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user