tnx-shared 5.3.80 → 5.3.81
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 +4 -3
- 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/classes/base/list-base.d.ts.map +1 -1
- package/esm2015/classes/base/list-base.js +5 -4
- package/fesm2015/tnx-shared.js +4 -3
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -25711,9 +25711,10 @@
|
|
|
25711
25711
|
this._notifierService.showWarning(this.notConfigBaseServiceMessage);
|
|
25712
25712
|
}
|
|
25713
25713
|
else {
|
|
25714
|
-
|
|
25715
|
-
|
|
25716
|
-
|
|
25714
|
+
// Bỏ đi, không thể set ngầm định như này được, chỗ nào dùng thì phải tự set useWorkflow
|
|
25715
|
+
// if (!this.setting.hiddenSettingWorkflow) {
|
|
25716
|
+
// this.setting.baseService.useWorkflow = true;
|
|
25717
|
+
// }
|
|
25717
25718
|
this._registerGlobalService(this.setting.baseService);
|
|
25718
25719
|
}
|
|
25719
25720
|
var moduleConfigService = this._injector.get(ModuleConfigService);
|