RED-6693 - Allow editing file attributes during reprocessing/queuing
This commit is contained in:
parent
d595c3e0a5
commit
0dc2871bb6
@ -4,7 +4,7 @@
|
|||||||
<span class="clamp-3"> {{ fileAttributeValue ? (fileAttributeValue | date : 'd MMM yyyy') : '-' }}</span>
|
<span class="clamp-3"> {{ fileAttributeValue ? (fileAttributeValue | date : 'd MMM yyyy') : '-' }}</span>
|
||||||
</ng-template>
|
</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">
|
<div *ngIf="!isInEditMode; else input" class="action-buttons edit-button">
|
||||||
<iqser-circle-button
|
<iqser-circle-button
|
||||||
(action)="editFileAttribute()"
|
(action)="editFileAttribute()"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user