tnx-shared 5.1.533 → 5.1.534
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 +1 -1
- 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/components/workflow/workflow-history-new/workflow-history-new.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -62306,7 +62306,7 @@
|
|
|
62306
62306
|
label: this._translateService.instant('File đính kèm'),
|
|
62307
62307
|
dataType: 'fileDinhKem',
|
|
62308
62308
|
allowFilter: false,
|
|
62309
|
-
visible:
|
|
62309
|
+
visible: this.businessSetting.showFileManagerFromWfProcess
|
|
62310
62310
|
})
|
|
62311
62311
|
];
|
|
62312
62312
|
this.model.ready = true;
|