mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
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…
x
Reference in New Issue
Block a user