lp1811710: hide Pre-Fetch for now
authorJason Etheridge <jason@EquinoxInitiative.org>
Tue, 11 Jun 2019 16:24:56 +0000 (12:24 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Fri, 16 Aug 2019 15:22:12 +0000 (11:22 -0400)
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html

index 3bc99c9..6af8d78 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>