[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. c7f84cea8607298dd254dc99d22dc031cc468ccd
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 11 10:14:10 EDT 2018
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 c7f84cea8607298dd254dc99d22dc031cc468ccd (commit)
from 9334ba6042635aafb088cfc3940eb4636e228212 (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 c7f84cea8607298dd254dc99d22dc031cc468ccd
Author: Jason Boyer <jboyer at library.in.gov>
Date: Mon Jul 9 12:47:10 2018 -0400
LP1736243: SMS Carrier Editing in Patron Editor
The XUL Client treats many user setting entries as
quoted strings. Angular needs some help to recognize
that it needs to convert these incoming "strings"
to ints for use as the data model when editing. The
str-to-int directive gives it this hint.
Signed-off-by: Jason Boyer <jboyer at library.in.gov>
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
index fa94d79..4dff9ce 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
@@ -677,7 +677,7 @@ within the "form" by name for validation.
</div>
<div class="col-md-3 reg-field-input">
<span class="nullable">
- <select class="form-control" ng-model="user_settings['opac.default_sms_carrier']" ng-options="c.id() as c.name() for c in sms_carriers">
+ <select str-to-int class="form-control" ng-model="user_settings['opac.default_sms_carrier']" ng-options="c.id() as c.name() for c in sms_carriers">
<option value="">Select a Carrier</option>
</select>
</span>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/circ/patron/t_edit.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list