[Koha-bugs] [Bug 34180] Template variable in JavaScript prevents authority MARC preview from displaying

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 30 22:10:58 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34180

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 152918
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152918&action=edit
Bug 34180: Template variable in JavaScript prevents authority MARC preview from
displaying

Since template variables cannot be processed by JS, we must use a
template to declare a JS variable which the JS file can used. This patch
corrects this problem in the JS file which handles display of the
authority MARC preview from the authority search results page.

To test, apply the patch and go to Authorities.

- Perform a search which will return multiple authority results.
- Click "Actions -> MARC preview." The preview should display correctly.
- Click "Actions -> MARC preview" on another search result. This preview
  should also look correct.
- There should be no JavaScript errors in the browser console.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list