From: Jason Boyer Date: Thu, 15 Nov 2018 16:43:30 +0000 (-0500) Subject: LP1755625: Mltiple emails in patron editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fjboyer%2Flp1755625_multiple_emails;p=working%2FEvergreen.git LP1755625: Mltiple emails in patron editor Even though the HTML5 "email" input type allows multiple addresses to be separated by commas there is nothing that can be done to signal to Angular.js that this is ok; it will only ever accept a single address. This patch forces the type of the input tag to plain text so Angular will rely on any supplied regex to verify the entry. Signed-off-by: Jason Boyer --- 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 3a502a74d8..3f95036ce6 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -113,7 +113,9 @@ MACRO draw_form_input(cls, field, path, type, disable) BLOCK; %]