https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24890 Bug ID: 24890 Summary: drag and trop tag when add or modify notice Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: stephane.delaye@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl In the page /cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber= body html id :#cat_addbiblio it's missing the id sortable for each tag ..may be an oversight when js sortable it's ok whit koha /////////// $(document).ready(function() { if ($('#cat_addbiblio').size() > 0) { $("div.tag").each(function(){ $(this).attr("id","sortable"); }) $(function () { $("div#sortable").sortable( {axis:'y', containment : 'parent', revert : true}); }); } }) ///////// I'm looking for someone to implement this/ Thank -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.