[open-ils-commits] [GIT] Evergreen ILS branch master updated. cf4703e8f03d29eba2fef25b82f3624053e5588e

Evergreen Git git at git.evergreen-ils.org
Fri Oct 11 14:23:48 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, master has been updated
       via  cf4703e8f03d29eba2fef25b82f3624053e5588e (commit)
      from  313c9237666ddd9f23a0968558776e6426d14a59 (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 cf4703e8f03d29eba2fef25b82f3624053e5588e
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