ps-toolkit-ui 1.4.23 → 1.4.24

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.
@@ -2736,7 +2736,7 @@
2736
2736
  p.Area = this_2.table.permissions.Area;
2737
2737
  p.Controller = option.Controller;
2738
2738
  p.Action = option.Action;
2739
- opt.url = '/File' + option.Url + '/' + this_2.row.Data.Id;
2739
+ opt.url = '/file' + this_2.getOptionUrl(option.Url, this_2.table.permissions.RelatedId, this_2.row.Data.Id);
2740
2740
  opt.urlNewTab = true;
2741
2741
  }
2742
2742
  else if (option.InputAction === exports.PermissionInputActionEnum.Confirm) {