Fix row list preventivi
This commit is contained in:
parent
1ad5bedd4d
commit
6c5c5812af
|
@ -333,7 +333,7 @@ $(document).ready(function() {
|
||||||
dropOnEmpty: true,
|
dropOnEmpty: true,
|
||||||
scroll: true,
|
scroll: true,
|
||||||
update: function(event, ui) {
|
update: function(event, ui) {
|
||||||
let order = $(".table tr[data-id]").toArray().map(a => $(a).data("id"))
|
let order = $(".table .sortable tr[data-id]").toArray().map(a => $(a).data("id"))
|
||||||
|
|
||||||
$.post(globals.rootdir + "/actions.php", {
|
$.post(globals.rootdir + "/actions.php", {
|
||||||
id: ui.item.data("id"),
|
id: ui.item.data("id"),
|
||||||
|
|
Loading…
Reference in New Issue