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) => { credentialIdsToPost.forEach((credentialToPost) => {
credentialRequests.push({ credentialRequests.push({
id: data.data.id, id: data.id,
data: { data: {
id: credentialToPost.id id: credentialToPost.id
} }