mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update activiti-alfresco.service.ts (#7041)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user