tnx-shared 5.1.516 → 5.1.517
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
|
@@ -61963,7 +61963,7 @@
|
|
|
61963
61963
|
if (!this.tableName) {
|
|
61964
61964
|
this.tableName = this.businessSetting.baseService.entityName;
|
|
61965
61965
|
}
|
|
61966
|
-
this.setting.hiddenFunctionColumn = !this.
|
|
61966
|
+
this.setting.hiddenFunctionColumn = !this.businessSetting.showButtonThuHoi;
|
|
61967
61967
|
if (this.currentWorkflow == null) {
|
|
61968
61968
|
this.model.ready = false;
|
|
61969
61969
|
// 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
|