LP1904036 Opt-in settings patron edit fix
authorBill Erickson <berickxx@gmail.com>
Tue, 27 Apr 2021 18:35:44 +0000 (14:35 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:33 +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.html

index 49ae971..2e5f24d 100644 (file)
     </div>
   </ng-container>
 
+  <ng-container *ngFor="let set of optInSettingTypes | keyvalue">
+    <ng-container *ngTemplateOutlet="userSettingsCheckboxRow;
+      context: {args: {settingName: set.key}}">
+    </ng-container>
+  </ng-container>
+
   <ng-container *ngIf="context.settingsCache['circ.privacy_waiver']">
     <div class="row pt-1 pb-1 mt-1" 
       *ngFor="let waiver of patron.waiver_entries(); let index = index">