LP1816679 Match Set Type selector options
authorBill Erickson <berickxx@gmail.com>
Tue, 9 Apr 2019 15:51:28 +0000 (11:51 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 22 May 2019 22:07:29 +0000 (15:07 -0700)
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@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

Open-ILS/src/eg2/src/app/staff/cat/vandelay/match-set-list.component.html

index 7674be2..26c1ca0 100644 (file)
@@ -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>