[Koha-bugs] [Bug 24890] New: drag and trop tag when add or modify notice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 18 10:17:26 CET 2020


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 at lists.koha-community.org
          Reporter: stephane.delaye at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at 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.


More information about the Koha-bugs mailing list