[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. c9b47019a96b9e0596b4c2ba67c3ec38bd4c2ca8

Evergreen Git git at git.evergreen-ils.org
Tue Jul 28 19:20:35 EDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_5 has been updated
       via  c9b47019a96b9e0596b4c2ba67c3ec38bd4c2ca8 (commit)
      from  9494eeac685be9531d86b5c927d9037f369a6fe5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9b47019a96b9e0596b4c2ba67c3ec38bd4c2ca8
Author: Bill Erickson <berickxx at gmail.com>
Date:   Tue Jul 28 17:21:28 2020 -0400

    LP1889296 Staffcat holds request time includes time
    
    Display the hold request time as date plus time in the general purpose
    Angluar holds grid.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html
index 7e44d6a9fa..898048babc 100644
--- a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html
@@ -105,7 +105,8 @@
 
       <eg-grid-column i18n-label label="Patron alias" path="usr_alias"></eg-grid-column>
       <eg-grid-column i18n-label label="Request Date"
-          path='request_time' datatype="timestamp"></eg-grid-column>
+        path='request_time' datatype="timestamp" [datePlusTime]="true">
+      </eg-grid-column>
       <eg-grid-column i18n-label label="Capture Date" path='capture_time'
           datatype="timestamp"></eg-grid-column>
       <eg-grid-column i18n-label label="Available Date" path='shelf_time'

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list