[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 5517094ec404001cf8fbae51f66570e4a709f677
Evergreen Git
git at git.evergreen-ils.org
Tue Jul 28 19:20:29 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_4 has been updated
via 5517094ec404001cf8fbae51f66570e4a709f677 (commit)
from 89b5bf9a7a750da48300ab23e6e4b6aa32e8f778 (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 5517094ec404001cf8fbae51f66570e4a709f677
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