From: Bill Erickson Date: Thu, 16 Sep 2021 18:22:58 +0000 (-0400) Subject: LP1904036 Checkin Mark Damaged fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3765a4d42c7a94ecef6cb9caae24a40f3187d788;p=Evergreen.git LP1904036 Checkin Mark Damaged fix 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/checkin/checkin.component.html b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html index 84214d1120..2aa8d4a421 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html @@ -4,6 +4,7 @@ + diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts index 2f1d2be26c..6a5ccfdffa 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts @@ -289,7 +289,7 @@ export class CheckinComponent implements OnInit, AfterViewInit { from(copyIds).pipe(concatMap(id => { this.markDamagedDialog.copyId = id; return this.markDamagedDialog.open({size: 'lg'}); - })); + })).subscribe(); } addItemAlerts(rows: CheckinGridEntry[]) {