From 08593273edad1b1a9210d0cee08e9100d0b4b9e1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:00:02 -0800 Subject: [PATCH] Include document created in filter list --- .../document-link.component.html | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src-ui/src/app/components/common/input/document-link/document-link.component.html b/src-ui/src/app/components/common/input/document-link/document-link.component.html index d02a1d3f4..79d5f1bab 100644 --- a/src-ui/src/app/components/common/input/document-link/document-link.component.html +++ b/src-ui/src/app/components/common/input/document-link/document-link.component.html @@ -16,7 +16,6 @@ placeholder="Search for documents" [notFoundText]="notFoundText" [multiple]="true" - bindLabel="title" bindValue="id" [compareWith]="compareDocuments" [trackByFn]="trackByFn" @@ -25,18 +24,21 @@ [typeahead]="documentsInput$" (change)="onChange(selectedDocuments)"> - - - - - - - {{document.title}} - + + + + + + + {{document.title}} + - - Loading... + + Loading... + + + {{document.title}} ({{document.created | customDate:'shortDate'}})