ps-toolkit-ui 0.0.98 → 0.0.99
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 -2
- 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 +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7276,10 +7276,10 @@
|
|
|
7276
7276
|
}
|
|
7277
7277
|
else if (option.Type === exports.PermissionTypeEnum.OptionReport) {
|
|
7278
7278
|
var p = new PermissionClass();
|
|
7279
|
-
p.RelatedId = this_1.permissions.RelatedId;
|
|
7279
|
+
p.RelatedId = option.Action + '/' + this_1.permissions.RelatedId;
|
|
7280
7280
|
p.Area = this_1.permissions.Area;
|
|
7281
7281
|
p.Controller = 'Print';
|
|
7282
|
-
p.Action =
|
|
7282
|
+
p.Action = 'Index';
|
|
7283
7283
|
opt.url = '/Report' + p.getUrl() + '/{}';
|
|
7284
7284
|
opt.urlNewTab = true;
|
|
7285
7285
|
}
|