| Summary: | Drag and drop tag when add or modify record | ||
|---|---|---|---|
| Product: | Koha | Reporter: | delaye <stephane.delaye> |
| Component: | Cataloging | Assignee: | 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: | |||
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