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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/