LP#1842763: Vandelay: disable grid row select on queued record matches
authorJeff Davis <jeff.davis@bc.libraries.coop>
Thu, 10 Oct 2019 18:04:48 +0000 (11:04 -0700)
committerBill Erickson <berickxx@gmail.com>
Fri, 11 Oct 2019 18:19:19 +0000 (14:19 -0400)
Users are on this screen to select a merge target, which they do by
selecting a cell in the Merge Target column.  The grid selector
checkboxes are confusing and useless (they don't support the purpose of
this screen and there are no supported actions for selected rows).

Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
Signed-off-by: Bill Erickson <berickxx@gmail.com>

Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html

index db72a9a..679f716 100644 (file)
@@ -15,7 +15,7 @@
 <ng-container *ngIf="queueType == 'bib'">
   <eg-grid #bibGrid [dataSource]="bibDataSource" 
     (onRowClick)="matchRowClick($event)"
-    [disableMultiSelect]="true">
+    [disableSelect]="true" [disableMultiSelect]="true">
     <!--
     <eg-grid-toolbar-action i18n-label label="Mark As Overlay Target"
       [action]="markOverlayTarget">