]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1724885 - Alert when TCN value already exists on bib import.
authorChris Sharp <csharp@georgialibraries.org>
Tue, 7 Nov 2017 20:41:26 +0000 (15:41 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 8 Nov 2017 16:08:25 +0000 (11:08 -0500)
commit9cb39ee97bea0fd133b439a0695c17109caf403f
tree7f7dbc19af9c14aae63bfee495696a36c99a792c
parent56c500fc119b8dc663048b61ff6503ec6622ac9d
LP#1724885 - Alert when TCN value already exists on bib import.

To test
-------
[1] Ensure that the global flag 'cat.bib.use_id_for_tcn' is off.
[2] Import a record via Z39.50 in the web staff client.
[3] Repeat the Z39.50 search and attempt to import the record again.
    Note that the import will fail silently (with error messages
    in the browser console).
[4] Apply the patch and repeat step 3. This time, an alert modal
    will appear pointing out that the TCN is already in use.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/cat/share/z3950_strings.tt2
Open-ILS/web/js/ui/default/staff/cat/z3950/app.js