ps-toolkit-ui 1.20.63 → 1.20.65
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 +3 -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 +4 -2
- package/fesm2015/ps-toolkit-ui.js +3 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -3481,7 +3481,9 @@
|
|
|
3481
3481
|
_this.row.Data[option.Action] = !inp.data();
|
|
3482
3482
|
new RequestClass(_this.table.environment, _this.table.l).send(_this.table.getOptionUrl(option.Url, _this.table.permissions.RelatedId, _this.row.Data.Id), exports.Method.Post, null, null, function () {
|
|
3483
3483
|
_this.table.load();
|
|
3484
|
-
}, function () {
|
|
3484
|
+
}, function () {
|
|
3485
|
+
_this.table.load();
|
|
3486
|
+
});
|
|
3485
3487
|
};
|
|
3486
3488
|
inp.displayLabel = false;
|
|
3487
3489
|
opts.push(inp);
|