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