RED-6693 - Allow editing file attributes during reprocessing/queuing

This commit is contained in:
Valentin Mihai 2023-05-10 18:49:21 +03:00
parent 4f12b437f6
commit 27ea01cff9

View File

@ -4,7 +4,7 @@
<span class="clamp-3"> {{ fileAttributeValue ? (fileAttributeValue | date : 'd MMM yyyy') : '-' }}</span>
</ng-template>
<ng-container *ngIf="((fileAttributesService.isEditingFileAttribute$ | async) === false || isInEditMode) && !file.isProcessing">
<ng-container *ngIf="((fileAttributesService.isEditingFileAttribute$ | async) === false || isInEditMode) && !file.isInitialProcessing">
<div *ngIf="!isInEditMode; else input" class="action-buttons edit-button">
<iqser-circle-button
(action)="editFileAttribute($event)"