tnx-shared 5.1.516 → 5.1.518
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 -11
- 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/process-workflow-form/process-workflow-form.component.d.ts.map +1 -1
- package/esm2015/components/workflow/process-workflow-form/process-workflow-form.component.js +1 -11
- package/esm2015/components/workflow/workflow-history-new/workflow-history-new.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -11
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -40517,16 +40517,6 @@
|
|
|
40517
40517
|
field: 'note',
|
|
40518
40518
|
label: this._translateService.instant('Ý kiến'),
|
|
40519
40519
|
mdWidth: 12
|
|
40520
|
-
}),
|
|
40521
|
-
new FileManagerControlSchema({
|
|
40522
|
-
field: 'fileDinhKem',
|
|
40523
|
-
label: this._translateService.instant('File đính kèm'),
|
|
40524
|
-
layout: exports.EnumFileLayout.SIMPLE,
|
|
40525
|
-
serviceCode: this._workflowHistoryService.serviceCode,
|
|
40526
|
-
entity: this._workflowHistoryService.entityName,
|
|
40527
|
-
entityKey: this.model.data.id,
|
|
40528
|
-
mdWidth: 12,
|
|
40529
|
-
required: false
|
|
40530
40520
|
})
|
|
40531
40521
|
];
|
|
40532
40522
|
if (this.businessSetting.showFileManagerFromWfProcess) {
|
|
@@ -61963,7 +61953,7 @@
|
|
|
61963
61953
|
if (!this.tableName) {
|
|
61964
61954
|
this.tableName = this.businessSetting.baseService.entityName;
|
|
61965
61955
|
}
|
|
61966
|
-
this.setting.hiddenFunctionColumn = !this.
|
|
61956
|
+
this.setting.hiddenFunctionColumn = !this.businessSetting.showButtonThuHoi;
|
|
61967
61957
|
if (this.currentWorkflow == null) {
|
|
61968
61958
|
this.model.ready = false;
|
|
61969
61959
|
// Kiểm tra nếu account là admin thì tìm lịch sử cuối cùng của bản ghi để xác định workflow code
|