mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03: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