Properly POST credentials to workflow nodes

This commit is contained in:
mabashian 2018-12-07 14:37:56 -05:00
parent e517f81b8f
commit b891e2c204

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
}