From 72df553289d17a85bb078450c5725af192875d62 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 21 Apr 2024 08:16:26 -0700 Subject: [PATCH] Exclude added for small cards default list, make show just like other fields --- .../document-card-small.component.html | 22 ++++++++++++++++--- .../document-list-view.service.spec.ts | 4 +++- .../services/document-list-view.service.ts | 7 ++++-- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index 363d79184..0974639de 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -58,7 +58,7 @@ {{(document.storage_path$ | async)?.name ?? privateName}} } - @if (displayFields.includes(DisplayField.CREATED) || displayFields.includes(DisplayField.ADDED)) { + @if (displayFields.includes(DisplayField.CREATED)) {