LP1901897 Carousel Date-Time
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 23 Aug 2022 19:52:02 +0000 (15:52 -0400)
committerJane Sandberg <js7389@princeton.edu>
Thu, 29 Sep 2022 20:50:48 +0000 (13:50 -0700)
This displays the Last Refresh Time in the carousel admin interface
as date-time instead of just date.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Gina Monti <gmonti@biblio.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html

index dfdafdd..46ff6c6 100644 (file)
@@ -67,6 +67,7 @@
   <eg-grid-column path="editor" [hidden]="true"></eg-grid-column>
   <eg-grid-column path="create_time" [hidden]="true"></eg-grid-column>
   <eg-grid-column path="edit_time" [hidden]="true"></eg-grid-column>
+  <eg-grid-column path="last_refresh_time" [datePlusTime]="true"></eg-grid-column>
   <eg-grid-column path="age_filter" [hidden]="true"></eg-grid-column>
   <eg-grid-column path="owning_lib_filter" [hidden]="true"></eg-grid-column>
   <eg-grid-column path="copy_location_filter" [hidden]="true"></eg-grid-column>