[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
Fri Feb 19 15:37:33 CET 2021


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 117086
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117086&action=edit
Bug 27732: JavaScript error on place hold page in the staff interface

This patch moves the "$.fn.select2.defaults" definition from the top of
the page to the bottom so that jQuery will be loaded first.

The patch also changes the "dropdownAutoWidth" default so that the
dropdown is sized correctly for its contents, regardless of the width of
the initial <select>.

To test, apply the patch and place a hold in the staff interface for a
title which already has existing holds.

- On the "Place a hold" page, before selecting a patron, you should see
  a table of exising holds. Test the "Pickup library" dropdown. It should
  work correctly.
- The width of the dropdown should accommodate its contents without
  forcing any library name to wrap.
- There should be no 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