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
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -21442,7 +21442,7 @@ class ListComponentBase extends ComponentBase {
|
|
|
21442
21442
|
compRef.instance.tableName = this.workflowHistoryModel.data.tableName;
|
|
21443
21443
|
compRef.instance.item = rowData;
|
|
21444
21444
|
compRef.instance.workflowSetting = workflowSetting;
|
|
21445
|
-
compRef.instance.onCancel.subscribe(event => this.workflowHistoryModel.showEditForm = false);
|
|
21445
|
+
// compRef.instance.onCancel.subscribe(event => this.workflowHistoryModel.showEditForm = false);
|
|
21446
21446
|
});
|
|
21447
21447
|
}
|
|
21448
21448
|
handleHideHistoryWorkflow() {
|