From 65cbd570fbfcf8c5a3f720226dc70d944df9aa09 Mon Sep 17 00:00:00 2001 From: Vito Date: Tue, 25 May 2021 09:15:57 +0100 Subject: [PATCH] [MNT-22418] - disabling action for physical records (#7057) --- .../attach-file-cloud-widget.component.html | 8 +++--- ...attach-file-cloud-widget.component.spec.ts | 11 +++++++- .../mocks/attach-file-cloud-widget.mock.ts | 27 +++++++++++++++++++ .../attach-file-widget.component.html | 4 +-- .../attach-file-widget.component.ts | 2 +- 5 files changed, 44 insertions(+), 8 deletions(-) diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html index d102af3569..11f410e7fd 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html @@ -26,21 +26,21 @@ [src]="file.content ? getIcon(file.content.mimeType) : getIcon(file.mimeType)" [alt]="mimeTypeIcon" role="button" tabindex="0" /> {{file.name}} - - - -