[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 9df098b7e52ce72ec1780a739d9a585e0456c3dd

Evergreen Git git at git.evergreen-ils.org
Fri Oct 11 14:23:42 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_4 has been updated
       via  9df098b7e52ce72ec1780a739d9a585e0456c3dd (commit)
      from  9df13c6c442f229832ef8cf165641ef40a6b4438 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9df098b7e52ce72ec1780a739d9a585e0456c3dd
Author: Jeff Davis <jeff.davis at bc.libraries.coop>
Date:   Thu Oct 10 11:04:48 2019 -0700

    LP#1842763: Vandelay: disable grid row select on queued record matches
    
    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 at bc.libraries.coop>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html
index db72a9aa24..679f71695a 100644
--- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html
@@ -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">

-----------------------------------------------------------------------

Summary of changes:
 .../eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list