mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03: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:
commit
8a284889f5
@ -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