https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42260
Laura Escamilla <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #2 from Laura Escamilla <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
