mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6412] - Some operations are broken when executed on file created from template (#9207)
This commit is contained in:
@@ -105,7 +105,7 @@ export class ActivitiContentService {
|
||||
const params: RelatedContentRepresentation = {
|
||||
source: accountId,
|
||||
mimeType: node?.content?.mimeType,
|
||||
sourceId: node.id + ';' + node.properties['cm:versionLabel'] + '@' + currentSideId,
|
||||
sourceId: node.id + ';' + node.properties?.['cm:versionLabel'] + '@' + currentSideId,
|
||||
name: node.name,
|
||||
link: node.isLink
|
||||
};
|
||||
|
Reference in New Issue
Block a user