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