From bdf410d739426b1162155bb9ea4e1909eb7ec55b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 15 Apr 2021 17:54:13 -0400 Subject: [PATCH] LP1904036 items grid repair Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.11.0