Skip to content

Commit

Permalink
Update activiti-alfresco.service.ts (#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed May 21, 2021
1 parent ac6f616 commit 5478c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/form/services/activiti-alfresco.service.ts
Expand Up @@ -99,7 +99,7 @@ export class ActivitiContentService {
const currentSideId = siteId ? siteId : this.sitesService.getSiteNameFromNodePath(node);
const params: RelatedContentRepresentation = {
source: accountId,
mimeType: node.content.mimeType,
mimeType: node?.content?.mimeType,
sourceId: node.id + ';' + node.properties['cm:versionLabel'] + '@' + currentSideId,
name: node.name,
link: node.isLink
Expand Down

0 comments on commit 5478c88

Please sign in to comment.