LPXXX Avoid unnecessary pagination search
authorBill Erickson <berickxx@gmail.com>
Fri, 6 Dec 2019 20:27:28 +0000 (15:27 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 6 Dec 2019 20:27:30 +0000 (15:27 -0500)
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 <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html

index 785a91b..1d1c866 100644 (file)
@@ -6,10 +6,8 @@
   </div>
   <div class="row ml-0 mr-0">
     <div id='staff-catalog-bib-navigation'>
-      <div *ngIf="searchContext.isSearchable()">
-        <eg-catalog-record-pagination [recordId]="recordId" [recordTab]="recordTab">
-        </eg-catalog-record-pagination>
-      </div>
+      <eg-catalog-record-pagination [recordId]="recordId" [recordTab]="recordTab">
+      </eg-catalog-record-pagination>
     </div>
     <!-- push the actions component to the right -->
     <div class="flex-1"></div>