Switch sorted array and id params position, in sortable gird

This commit is contained in:
Hadi Nategh 2014-05-14 08:29:04 +00:00
parent 3f5f0ed81b
commit d849c6797a

View File

@ -876,7 +876,7 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned],
items: "tr:not(.th)", items: "tr:not(.th)",
distance: 15, distance: 15,
stop: function(event, ui) { 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, null,
self self
); );