tnx-shared 5.3.231 → 5.3.232
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/tnx-shared.umd.js +0 -2
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/classes/base/list-component-base.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -25250,7 +25250,6 @@
|
|
|
25250
25250
|
ListComponentBase.prototype.viewHistoryWorkflow = function (crudListSetting, rowData) {
|
|
25251
25251
|
return __awaiter(this, void 0, void 0, function () {
|
|
25252
25252
|
var workflowSetting, compRef;
|
|
25253
|
-
var _this = this;
|
|
25254
25253
|
return __generator(this, function (_g) {
|
|
25255
25254
|
switch (_g.label) {
|
|
25256
25255
|
case 0: return [4 /*yield*/, this.getItemWorkflowSetting(crudListSetting, rowData)];
|
|
@@ -25270,7 +25269,6 @@
|
|
|
25270
25269
|
compRef.instance.tableName = this.workflowHistoryModel.data.tableName;
|
|
25271
25270
|
compRef.instance.item = rowData;
|
|
25272
25271
|
compRef.instance.workflowSetting = workflowSetting;
|
|
25273
|
-
compRef.instance.onCancel.subscribe(function (event) { return _this.workflowHistoryModel.showEditForm = false; });
|
|
25274
25272
|
return [2 /*return*/];
|
|
25275
25273
|
}
|
|
25276
25274
|
});
|