From dc46dd07bd22208eab399fcebb70fbdf5c71aada 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 Signed-off-by: Galen Charlton --- 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