[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 4561e40aaadd5d1480a10329f6d3d5514c866f41
Evergreen Git
git at git.evergreen-ils.org
Wed May 22 18:08:44 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_3 has been updated
via 4561e40aaadd5d1480a10329f6d3d5514c866f41 (commit)
from c99247e324780bcb0ed898e6dc259b9a4880711d (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 4561e40aaadd5d1480a10329f6d3d5514c866f41
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