From b33b0829f3e4b9ba2cb1c6e0522ece5f64d83977 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 16 Sep 2021 11:46:46 -0400 Subject: [PATCH] LP1904036 Fix Secondary Groups Apply button bug Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts index f9c0ea2425..4deeb44990 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts @@ -169,7 +169,7 @@ export class EditComponent implements OnInit, AfterViewInit { userSettings: {[name: string]: any} = {}; userSettingTypes: {[name: string]: IdlObject} = {}; optInSettingTypes: {[name: string]: IdlObject} = {}; - secondaryGroups: IdlObject[]; + secondaryGroups: IdlObject[] = []; expireDate: Date; changesPending = false; dupeBarcode = false; -- 2.11.0