[Koha-bugs] [Bug 27124] JS error "select2Width is not defined"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 10 12:54:37 CET 2020


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

--- Comment #10 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 114300
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114300&action=edit
Bug 27124: JS error "select2Width is not defined"

This patch changes the default width paramter passed to the
select2 plugin. This allows the basic MARC editor's Select2
widgets to be styled differently than on other pages.

To test, apply the patch and view various pages where the select2 plugin
is used:

 - Basic MARC editor
 - Items edit
 - Batch item edit
 - Authority editor

In each case check that the Select2 plugin works correctly to style
fields like collection code and home library.

On the basic MARC editor page these <select>s should have a width
that adjusts as the browser window changes. On other pages the width
should be fixed.

Check the browser console and confirm that there are no JavaScript
errors.

Update: Thanks to Julian for the suggested optimization

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


More information about the Koha-bugs mailing list