ps-toolkit-ui 1.5.16 → 1.5.19

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.
@@ -3163,7 +3163,8 @@
3163
3163
  var p = new PermissionClass();
3164
3164
  p.Area = _this.table.permissions.Area;
3165
3165
  p.Controller = _this.table.permissions.Controller;
3166
- p.Action = 'sort';
3166
+ p.RelatedId = _this.table.permissions.RelatedId;
3167
+ p.Action = _this.table.permissions.Action + '-sort';
3167
3168
  new RequestClass(_this.table.environment, _this.table.l).send(p.getUrl().toLowerCase(), exports.Method.Post, { Ids: data }, null, function () {
3168
3169
  if (_this.table.onSort) {
3169
3170
  _this.table.onSort();