[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 08d02911341e9ca6a9aa7bd35da459afce169f84

Evergreen Git git at git.evergreen-ils.org
Wed Oct 18 12:10:40 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_2_12 has been updated
       via  08d02911341e9ca6a9aa7bd35da459afce169f84 (commit)
      from  8d8dd0dfdd838e01a1b0a00acb452178612d9547 (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 08d02911341e9ca6a9aa7bd35da459afce169f84
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date:   Wed Oct 4 10:49:02 2017 -0400

    LP#1714056 - fix for webstaff patron registration not requiring DOB
    
    For some reason the ng-required attribute was not on the dob input
    control. Setting 'ui.patron.edit.au.dob.require' should now work
    as intended.
    
    Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.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 34a7c2b..ce4479b 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
@@ -267,7 +267,8 @@ within the "form" by name for validation.
 <div class="row reg-field-row" ng-show="show_field('au.dob')">
   [% draw_field_label('au', 'dob') %]
   <div class="col-md-3 reg-field-input">
-    <eg-date-input 
+    <eg-date-input
+      ng-required="field_required('au', 'dob')" 
       ng-model="patron.dob"
       ng-blur="handle_field_changed(patron, 'dob')">
     </eg-date-input>

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/staff/circ/patron/t_edit.tt2     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list