[open-ils-commits] [GIT] Evergreen ILS branch master updated. 7570d7e4029ff8195fa086af3619c15ce50cb5bc
Evergreen Git
git at git.evergreen-ils.org
Tue Jul 28 19:20:41 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, master has been updated
via 7570d7e4029ff8195fa086af3619c15ce50cb5bc (commit)
from ade09f8bc93ae3ed8b1ee97c33ba082818ac3431 (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 7570d7e4029ff8195fa086af3619c15ce50cb5bc
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