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:
softwarefactory-project-zuul[bot] 2018-12-07 20:08:36 +00:00 committed by GitHub
commit 8a284889f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ export default ['$scope', 'TemplatesService',
credentialIdsToPost.forEach((credentialToPost) => {
credentialRequests.push({
id: data.data.id,
id: data.id,
data: {
id: credentialToPost.id
}