Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
</div>
</ng-container>
+ <ng-container *ngTemplateOutlet="userSettingsCheckboxRow;
+ context: {args: {settingName: 'circ.autorenew.opt_in'}}">
+ </ng-container>
<ng-container *ngFor="let set of optInSettingTypes | keyvalue">
<ng-container *ngTemplateOutlet="userSettingsCheckboxRow;
context: {args: {settingName: set.key}}">
const COMMON_USER_SETTING_TYPES = [
'circ.holds_behind_desk',
+ 'circ.autorenew.opt_in',
'circ.collections.exempt',
'opac.hold_notify',
'opac.default_phone',