[Koha-bugs] [Bug 27732] JavaScript error on place hold page in the staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 23 19:19:47 CET 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This patch fixes the cause
      release notes|                            |of a JavaScript console
                   |                            |error ("Uncaught
                   |                            |ReferenceError: $ is not
                   |                            |defined") when placing a
                   |                            |hold using the staff
                   |                            |interface. It:
                   |                            |- Moves the
                   |                            |"$.fn.select2.defaults"
                   |                            |definition from the top of
                   |                            |the page to the bottom so
                   |                            |that jQuery is loaded
                   |                            |first.
                   |                            |- Improves the
                   |                            |display of the dropdown
                   |                            |list for the pickup library
                   |                            |so that the width is wider.

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


More information about the Koha-bugs mailing list