tnx-shared 5.3.423 → 5.3.424
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 +2 -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 +3 -3
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -21981,8 +21981,8 @@ class ListComponentBase extends ComponentBase {
|
|
|
21981
21981
|
if (dialog) {
|
|
21982
21982
|
dialog.buttonTemplateInput = compRef.instance.buttonTemplate;
|
|
21983
21983
|
}
|
|
21984
|
-
compRef.workflows = workflowSetting.workflows;
|
|
21985
|
-
compRef.defaultWorkflow = workflowSetting.workflowCode;
|
|
21984
|
+
compRef.instance.workflows = workflowSetting.workflows;
|
|
21985
|
+
compRef.instance.defaultWorkflow = workflowSetting.workflowCode;
|
|
21986
21986
|
compRef.instance.onSaved.subscribe(event => this.handleStartWorkflowFromDialog(event));
|
|
21987
21987
|
compRef.instance.onCancel.subscribe(event => this.startWorkflowModel.showEditForm = false);
|
|
21988
21988
|
}
|