]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1716479: Make sure authority linker works in embedded MARC editors
authorJane Sandberg <sandbej@linnbenton.edu>
Thu, 29 Aug 2019 01:09:35 +0000 (18:09 -0700)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 4 Apr 2023 15:15:54 +0000 (11:15 -0400)
commit248b4865963ad7dedc4a61a1ad102ff96a614e57
treee325fb5632d654ae37b5ce7571e666dc43b2798a
parentf871bf363aeee72ceb4b703d1a91219c10ee462b
LP1716479: Make sure authority linker works in embedded MARC editors

1) Perform a z39.50 search
2) Select a record
3) Click Edit then Import
4) Click on the link next to any authorizable field.
5) You will see a mysteriously data-free heading: {{bibField.tag}} {{bibField.ind1}}{{bibField.ind2}}
6) Clicking on the "Immediately" and "Create and edit" buttons doesn't work.
7) Apply this patch and repeat steps 1-6.
8) Note that the heading is now correct, and the buttons work.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Jennifer Weston <jennifer.weston@equinoxOLI.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js