[open-ils-commits] [GIT] Evergreen ILS branch master updated. 41db0c42fea6a4b0ab393adee4913c212a235512
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 17 13:47:10 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, master has been updated
via 41db0c42fea6a4b0ab393adee4913c212a235512 (commit)
from 3bd3968284346685d234ea035fa8b3f2e67d7225 (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 41db0c42fea6a4b0ab393adee4913c212a235512
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