From: Bill Erickson Date: Thu, 15 Apr 2021 21:54:13 +0000 (-0400) Subject: LP1904036 items grid repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bdf410d739426b1162155bb9ea4e1909eb7ec55b;p=Evergreen.git LP1904036 items grid repair 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/items.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts index 791e8f27c9..a97e5c34d1 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts @@ -81,7 +81,8 @@ export class ItemsComponent implements OnInit, AfterViewInit { } tabChange(evt: NgbNavChangeEvent) { - setTimeout(() => this.loadTab(evt.nextId)); + this.itemsTab = evt.nextId; + setTimeout(() => this.loadTab(this.itemsTab)); } loadTab(name: string): Promise {