lp1811710: hide Pre-Fetch for now
authorJason Etheridge <jason@EquinoxInitiative.org>
Tue, 11 Jun 2019 16:24:56 +0000 (12:24 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 29 Jul 2020 14:31:22 +0000 (10:31 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html

index 1c8f120..444ee1f 100644 (file)
@@ -51,7 +51,7 @@
       [multiSortable]="true" [persistKey]="persistKey"
       (onRowActivate)="showDetail($event)">
 
-      <eg-grid-toolbar-checkbox (onChange)="preFetchHolds($event)"
+      <eg-grid-toolbar-checkbox (onChange)="preFetchHolds($event)" *ngIf="!hopeless"
         [initialValue]="enablePreFetch" i18n-label label="Pre-Fetch All Holds">
       </eg-grid-toolbar-checkbox>