[Koha-bugs] [Bug 29567] Cataloguing plugins are broken on the batch item mod tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 24 13:11:14 CET 2021


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

Andrew Nugged <nugged at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127973|0                           |1
        is obsolete|                            |

--- Comment #2 from Andrew Nugged <nugged at gmail.com> ---
Created attachment 127974
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127974&action=edit
Bug 29567: (bug 28445 follow-up) Restore cataloguing plugins

Broken by bug 28445.

See also the FIXME from
  commit 86156da415141e32e16f2090477be32bda241afb
  Bug 28445: Adjust code to handle regexs

The problem is that the cataloguing plugins inject JS code in the DOM BEFORE
the footer
in somes page we have all the JS loaded at the end of the DOM
and so $ (jQuery) is not defined

It's working on additem as we don't have the JS in the footer, but the
batch item mod tool has it there.

Test plan:
Batch edit items and confirm that cataloguing are working correctly with
this patch applied.

Signed-off-by: Andrew Nugged <nugged at gmail.com>

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


More information about the Koha-bugs mailing list