vcomply-workflow-engine 6.4.7 → 6.4.8
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.
|
@@ -38354,7 +38354,7 @@ class WorkflowPolicyComponent {
|
|
|
38354
38354
|
let data = {
|
|
38355
38355
|
type: obj[item]?.name ?? obj[item]?.type,
|
|
38356
38356
|
approvers: obj[item]?.approvers,
|
|
38357
|
-
approval_done: false,
|
|
38357
|
+
approval_done: obj[item]?.approval_done ?? false,
|
|
38358
38358
|
level1: obj[item]?.level1 || item,
|
|
38359
38359
|
alias_name: obj[item]?.alias_name,
|
|
38360
38360
|
};
|