[Koha-bugs] [Bug 35194] Javascript error when a repeatable field is repeated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 31 14:56:45 CET 2023


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

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com

--- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> ---
sortable() is a jQueryUI function which was removed from Koha. It looks like
that line just needs to be removed:

-    $("ul.sortable_subfield", clone).sortable();


Without it you can still sort and clone repeatable fields.

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


More information about the Koha-bugs mailing list