[open-ils-commits] [GIT] Evergreen ILS branch master updated. b99e621d8f6868de3cb118cc0be15f87fc85b329

Evergreen Git git at git.evergreen-ils.org
Wed Jul 11 10:13:45 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, master has been updated
       via  b99e621d8f6868de3cb118cc0be15f87fc85b329 (commit)
      from  7daa9e4cff68d2eeb389c59353025141908b41f1 (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 b99e621d8f6868de3cb118cc0be15f87fc85b329
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