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.
@@ -25711,9 +25711,10 @@
25711
25711
  this._notifierService.showWarning(this.notConfigBaseServiceMessage);
25712
25712
  }
25713
25713
  else {
25714
- if (!this.setting.hiddenSettingWorkflow) {
25715
- this.setting.baseService.useWorkflow = true;
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);