ps-toolkit-ui 1.4.59 → 1.4.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2558,7 +2558,7 @@
2558
2558
  p.Area = _this.table.permissions.Area;
2559
2559
  p.Controller = _this.table.permissions.Controller;
2560
2560
  p.Action = 'sort';
2561
- new RequestClass(_this.table.environment, _this.table.l).send(p.getUrl().toLowerCase(), exports.Method.Post, data, null, function () {
2561
+ new RequestClass(_this.table.environment, _this.table.l).send(p.getUrl().toLowerCase(), exports.Method.Post, { Ids: data }, null, function () {
2562
2562
  if (_this.table.onSort) {
2563
2563
  _this.table.onSort();
2564
2564
  }