LP1904036 Fix Secondary Groups Apply button bug
authorBill Erickson <berickxx@gmail.com>
Thu, 16 Sep 2021 15:46:46 +0000 (11:46 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:37 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.ts

index f9c0ea2..4deeb44 100644 (file)
@@ -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;