[ADF-5027] Fix APS rendition (#5285)

* fix APS rendition

* fix unit

* fix unit
This commit is contained in:
Eugenio Romano
2019-11-27 15:48:04 +00:00
committed by GitHub
parent 094cf4ac0f
commit 8541591816
3 changed files with 6 additions and 3 deletions

View File

@@ -204,7 +204,7 @@ export class TaskAttachmentListComponent implements OnChanges, AfterContentInit
}
emitDocumentContent(content: any) {
this.activitiContentService.getFileRawContent(content.id).subscribe(
this.activitiContentService.getContentPreview(content.id).subscribe(
(blob: Blob) => {
content.contentBlob = blob;
this.attachmentClick.emit(content);