[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3bd3968284346685d234ea035fa8b3f2e67d7225
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 17 13:43:37 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, master has been updated
via 3bd3968284346685d234ea035fa8b3f2e67d7225 (commit)
from 81015a3628da39853b77bb3a0630bdd92abc7bcf (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 3bd3968284346685d234ea035fa8b3f2e67d7225
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