mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Merge pull request #2889 from mabashian/2887-workflow-cred
Properly POST credentials to workflow nodes Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
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