[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 9d9e666731d5751ebbf261f19baa0a322b523088

Evergreen Git git at git.evergreen-ils.org
Wed Jul 11 10:14:36 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_1 has been updated
       via  9d9e666731d5751ebbf261f19baa0a322b523088 (commit)
      from  ee26db318caa6de461c13ff07c2c9b5a510e4aa0 (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 9d9e666731d5751ebbf261f19baa0a322b523088
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