LP1904036 Fix Secondary Groups Apply button bug
authorBill Erickson <berickxx@gmail.com>
Thu, 16 Sep 2021 15:46:46 +0000 (11:46 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Oct 2022 17:05:39 +0000 (13:05 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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;