Bug 24890

Summary: Drag and drop tag when add or modify record
Product: Koha Reporter: delaye <stephane.delaye>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: fridolin.somers, m.de.rooy
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description delaye 2020-03-18 09:17:26 UTC
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
Comment 1 Fridolin Somers 2020-03-23 11:50:48 UTC
Note drag and drop added by Bug 7882