ps-toolkit-ui 1.4.24 → 1.4.25
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 +1 -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/classes/table.class.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7508,7 +7508,7 @@
|
|
|
7508
7508
|
p.Controller = 'print';
|
|
7509
7509
|
p.Action = _this.permissions.Controller + (_this.permissions.Action ? _this.permissions.Action : '');
|
|
7510
7510
|
var params = $$1.param(_this.searchData(true));
|
|
7511
|
-
window.open('/report' +
|
|
7511
|
+
window.open('/report' + access.Url + (_this.permissions.RelatedId ? '/' + _this.permissions.RelatedId : '') +
|
|
7512
7512
|
(params ? '?' + params : ''), '_blank');
|
|
7513
7513
|
};
|
|
7514
7514
|
}
|