]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1668725: fix Z39.50 overlay when no profile set
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 28 Feb 2017 18:59:24 +0000 (13:59 -0500)
committerKathy Lussier <klussier@masslnc.org>
Wed, 1 Mar 2017 02:09:24 +0000 (21:09 -0500)
commitbcdaec0f45da0230c719160f47ba24df64a23bd2
treeaf3d467b30f529c45b782f0c024af94619c2b8db
parent4f2117f2016dc5542e9c5b45069c653d65f243c1
LP#1668725: fix Z39.50 overlay when no profile set

This patch fix an issue where, when performing an overlay
of a record from Z39.50 in the web staff client, if no
merge profile is set, the incoming record is not displayed
in the right-hand pane of the merge dialog.

To test
-------
[1] Select an overlay target, then use the web staff
    Z39.50 search interface to find a record to overlay
    it with.
[2] Open the Z39.50 overlay dialog and verify that no
    profile is set (you may need to clear the
    eg.cat.z3950.default_merge_profile key to ensure this).
[3] Note that the incoming record from Z39.50 doesn't display
    in the right-hand pane.
[4] Apply the page, then repeat step 2. This time, the incoming
    record should be displayed.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/cat/z3950/app.js