vcomply-workflow-engine 3.4.21 → 3.4.22
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/esm2020/lib/workflow-policy/workflow-policy.component.mjs +7 -7
- package/fesm2015/vcomply-workflow-engine.mjs +6 -6
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +6 -6
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -29213,12 +29213,12 @@ class WorkflowPolicyComponent {
|
|
|
29213
29213
|
level1: obj[item]?.level1 || item,
|
|
29214
29214
|
alias_name: obj[item]?.alias_name,
|
|
29215
29215
|
};
|
|
29216
|
-
|
|
29217
|
-
|
|
29218
|
-
|
|
29219
|
-
else if (data.type == 'ANYONE') {
|
|
29220
|
-
|
|
29221
|
-
}
|
|
29216
|
+
//Creating issue in approval workflow payload (type) while editing policy
|
|
29217
|
+
// if (data.type == 'ROUNDROBIN') {
|
|
29218
|
+
// data.type = 'ROUND-ROBIN';
|
|
29219
|
+
// } else if (data.type == 'ANYONE') {
|
|
29220
|
+
// data.type = 'ANY ONE';
|
|
29221
|
+
// }
|
|
29222
29222
|
approverLevels.push(data);
|
|
29223
29223
|
}
|
|
29224
29224
|
if (this.selectedWorkflow?.length) {
|