[Koha-bugs] [Bug 35194] Javascript error: Uncaught TypeError: $(...).sortable is not a function

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 13:43:50 CET 2023


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

--- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Marcel de Rooy from comment #6)
> 22.11 grep gives me more results:
> 
>  git grep "sortable("
> koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt:  
> $("#subfieldtabs > ul").sortable({
> koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt:       
> $( "ul.sortable_field", "#authoritytabs" ).sortable();
> koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt:       
> $( "ul.sortable_subfield", "#authoritytabs" ).sortable();
> koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt:        $(
> "ul.sortable_field", "#addbibliotabs" ).sortable({
> koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt:        $(
> "ul.sortable_subfield", "#addbibliotabs" ).sortable({
> koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js:   
> $("#subfieldtabs > ul").sortable({
> koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js:   
> $(".sortable").sortable();
> koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:   
> $('#sortable_stages').sortable({
> koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:           
> $('#sortable_stages').sortable('disable');
> koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:               
> $('#sortable_stages').sortable('cancel');
> koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js:               
> $('#sortable_stages').sortable('enable');

No worries. 22.11 still has the library.

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


More information about the Koha-bugs mailing list