From a4fbe3cbb56aaf111937d398a576cbb17fa1ff3b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 6 Dec 2019 15:27:28 -0500 Subject: [PATCH] LPXXX Avoid unnecessary pagination search Prevent the record detail paginator from trying to execute a search (to find the current details) as users type in new search params in the record detail seach form. Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html index 785a91b757..1d1c866e81 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html @@ -6,10 +6,8 @@
-
- - -
+ +
-- 2.11.0