[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 88c220cf0e26e1889257a28b34c5f75337308998
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 17 13:44:19 EDT 2017
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_0 has been updated
via 88c220cf0e26e1889257a28b34c5f75337308998 (commit)
from e9abffb9556d33a3b6edfa300e5d4f5e2e14987c (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 88c220cf0e26e1889257a28b34c5f75337308998
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date: Thu Oct 5 10:58:00 2017 -0400
LP#1721145 - fix Patron Message tab grids missing persist-keys
In order to store grid column config preferences locally, a persist-key
attribute needs to be declared for the grid. Thus, for this UI a
'circ.patron.staff_messages' and a 'circ.patron.archived_messages'
persist-keys were added.
Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
index d02988f..b28712b 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
@@ -4,7 +4,8 @@
<eg-grid
idl-class="ausp"
grid-controls="activeGridControls"
- dateformat="{{$root.egDateAndTimeFormat}}">
+ dateformat="{{$root.egDateAndTimeFormat}}"
+ persist-key="circ.patron.staff_messages">
<eg-grid-menu-item handler="createPenalty"
label="[% l('Apply Penalty / Message') %]"></eg-grid-menu-item>
@@ -44,7 +45,8 @@
<eg-grid
idl-class="ausp"
grid-controls="archiveGridControls"
- dateformat="{{$root.egDateAndTimeFormat}}">
+ dateformat="{{$root.egDateAndTimeFormat}}"
+ persist-key="circ.patron.archived_messages">
<eg-grid-field path="set_date" label="[% l('Applied On') %]" datatype="timestamp"></eg-grid-field>
<eg-grid-field path="standing_penalty.label"></eg-grid-field>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/circ/patron/t_messages.tt2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list