From 8ead0c79de0880003945093f7a630d88a37c2b46 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Thu, 2 Feb 2023 12:52:00 +0200 Subject: [PATCH] RED-5445 - checked user permission to edit a file atribute --- .../file-attribute/file-attribute.component.html | 1 + .../file-attribute/file-attribute.component.ts | 11 +++++++---- .../components/table-item/table-item.component.html | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/table-item/file-attribute/file-attribute.component.html b/apps/red-ui/src/app/modules/dossier-overview/components/table-item/file-attribute/file-attribute.component.html index 243191ab2..7ea0512c1 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/table-item/file-attribute/file-attribute.component.html +++ b/apps/red-ui/src/app/modules/dossier-overview/components/table-item/file-attribute/file-attribute.component.html @@ -4,6 +4,7 @@ {{ fileAttributeValue ? (fileAttributeValue | date : 'd MMM yyyy') : '-' }}
- +