mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3218] Fix attach file widget - wrong payload when link is true (#5777)
* [ACA-3218] Fix attach file widget link is always false * Add unit tests
This commit is contained in:
@@ -102,7 +102,7 @@ export class ActivitiContentService {
|
||||
mimeType: node.content.mimeType,
|
||||
sourceId: node.id + ';' + node.properties['cm:versionLabel'] + '@' + currentSideId,
|
||||
name: node.name,
|
||||
link: false
|
||||
link: node.isLink
|
||||
};
|
||||
return from(apiService.activiti.contentApi.createTemporaryRelatedContent(params))
|
||||
.pipe(
|
||||
|
Reference in New Issue
Block a user