ps-toolkit-ui 1.13.79 → 1.13.80
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.
- package/bundles/ps-toolkit-ui.umd.js +2 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/row/table.row.component.js +3 -2
- package/fesm2015/ps-toolkit-ui.js +2 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3158,7 +3158,8 @@
|
|
|
3158
3158
|
};
|
|
3159
3159
|
}
|
|
3160
3160
|
else if (option.AccessType === exports.PermissionAccessTypeEnum.Report) {
|
|
3161
|
-
opt.url = this_2.table.getOptionUrl('/report' + option.Url, this_2.table.permissions.RelatedId, this_2.row.Data.Id)
|
|
3161
|
+
opt.url = this_2.table.getOptionUrl('/report' + option.Url, this_2.table.permissions.RelatedId, this_2.row.Data.Id);
|
|
3162
|
+
opt.queryParams = { reportId: HelperClass.random(20) };
|
|
3162
3163
|
opt.urlNewTab = true;
|
|
3163
3164
|
}
|
|
3164
3165
|
else if (option.InputAction === exports.PermissionInputActionEnum.Link || option.InputAction === exports.PermissionInputActionEnum.LinkNewTab) {
|