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

Evergreen Git git at git.evergreen-ils.org
Wed May 22 18:08:36 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  3c4bf972f37f9bcf5e657873e48bfa49afa5a10d (commit)
      from  98c12d63805d669e328964f019bbd368f51adf1c (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 3c4bf972f37f9bcf5e657873e48bfa49afa5a10d
Author: Bill Erickson <berickxx at gmail.com>
Date:   Tue Apr 9 11:51:28 2019 -0400

    LP1816679 Match Set Type selector options
    
    Provide a canned set of options for Vandelay => Create/Modify Match
    Set => Match Set Type of 'biblio', 'autority', and 'serial'.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html
index 7674be239d..26c1ca0068 100644
--- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html
@@ -30,7 +30,8 @@
   </eg-grid-column>
 </eg-grid>
 
-<eg-fm-record-editor #editDialog idlClass="vms">
+<eg-fm-record-editor #editDialog idlClass="vms"
+  [fieldOptions]="{mtype:{customValues:[{id:'biblio'},{id:'serial'},{id:'authority'}]}}">
 </eg-fm-record-editor>
 
 

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

Summary of changes:
 .../src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list