[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. bf110600bf0ebec99ef108ff0effd003c7fb607e

Evergreen Git git at git.evergreen-ils.org
Tue Oct 17 13:47:00 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_3_0 has been updated
       via  bf110600bf0ebec99ef108ff0effd003c7fb607e (commit)
      from  88c220cf0e26e1889257a28b34c5f75337308998 (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 bf110600bf0ebec99ef108ff0effd003c7fb607e
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>

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 0ac7218..23977d9 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