From ab15569d559da9ce878ba36b1f2d322ea1d3bb05 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Thu, 28 Jul 2022 12:33:02 +0300 Subject: [PATCH] RED-4619: Disabled the reanalysis button during analysis --- .../components/file-actions/file-actions.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts b/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts index ebe9fbe13..02e3ca90d 100644 --- a/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts +++ b/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts @@ -217,6 +217,7 @@ export class FileActionsComponent implements OnChanges { tooltipClass: 'warn small', icon: 'iqser:refresh', show: this.showReanalyseFilePreview, + disabled: this.file.isProcessing, }, { type: ActionTypes.circleBtn,