From: Bill Erickson Date: Thu, 16 Sep 2021 15:46:46 +0000 (-0400) Subject: LP1904036 Fix Secondary Groups Apply button bug X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dc46dd07bd22208eab399fcebb70fbdf5c71aada;p=contrib%2FConifer.git LP1904036 Fix Secondary Groups Apply button bug Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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;