Bug 24890 - Drag and drop tag when add or modify record
Summary: Drag and drop tag when add or modify record
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-18 09:17 UTC by delaye
Modified: 2020-11-30 21:44 UTC (History)
2 users (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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