From 24212096b03df333849ea25a013bfc98d0a7ce34 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 27 Aug 2021 11:45:06 -0400 Subject: [PATCH] LP1904036 Un-check email notify allows save on cleared email Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html index 31c16aed51..c46961ea83 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html @@ -521,18 +521,21 @@
+ id="hold-notify-phone" [(ngModel)]="holdNotifyTypes.phone" + (ngModelChange)="emitSaveState()"/>
+ id="hold-notify-email" [(ngModel)]="holdNotifyTypes.email" + (ngModelChange)="emitSaveState()"/>
+ id="hold-notify-sms" [(ngModel)]="holdNotifyTypes.sms" + (ngModelChange)="emitSaveState()"/>
-- 2.11.0