forked from extern/egroupware
Switch sorted array and id params position, in sortable gird
This commit is contained in:
parent
3f5f0ed81b
commit
d849c6797a
@ -876,7 +876,7 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned],
|
||||
items: "tr:not(.th)",
|
||||
distance: 15,
|
||||
stop: function(event, ui) {
|
||||
self.egw().jsonq(sortable,[self.id, self.tbody.sortable("toArray")],
|
||||
self.egw().jsonq(sortable,[self.tbody.sortable("toArray"), self.id],
|
||||
null,
|
||||
self
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user