RED-6693 - Allow editing file attributes during reprocessing/queuing
This commit is contained in:
parent
4f12b437f6
commit
27ea01cff9
@ -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($event)"
|
(action)="editFileAttribute($event)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user