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=fab2a6f74d43b9faa9df07f0c62a3ede2c3c3c8c;p=working%2FEvergreen.git LP1904036 items grid repair Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- 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 {