https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42260 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #2 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Patch applies cleanly and works as described. Select2 is correctly applied to the library limitation field on both add and edit forms. Selections save and clear as expected. One minor issue: - The script directly accesses $("#library_limitation")[0] without checking for existence, which could cause errors if the element is not present. Optional: - Inline styling (minWidth) could potentially be handled via CSS instead. Otherwise, functionality and UX improvements work well. -- You are receiving this mail because: You are watching all bug changes.