tnx-shared 5.1.521 → 5.1.522
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 -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/components/workflow/workflow-history-new/workflow-history-new.component.d.ts.map +1 -1
- package/esm2015/components/workflow/workflow-history-new/workflow-history-new.component.js +3 -2
- package/fesm2015/tnx-shared.js +2 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -62173,7 +62173,8 @@
|
|
|
62173
62173
|
field: 'fileDinhKem',
|
|
62174
62174
|
label: this._translateService.instant('File đính kèm'),
|
|
62175
62175
|
dataType: 'fileDinhKem',
|
|
62176
|
-
allowFilter: false
|
|
62176
|
+
allowFilter: false,
|
|
62177
|
+
visible: !this.businessSetting.showFileManagerFromWfProcess
|
|
62177
62178
|
})
|
|
62178
62179
|
];
|
|
62179
62180
|
this.model.ready = true;
|