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.
@@ -29213,12 +29213,12 @@ class WorkflowPolicyComponent {
29213
29213
  level1: obj[item]?.level1 || item,
29214
29214
  alias_name: obj[item]?.alias_name,
29215
29215
  };
29216
- if (data.type == 'ROUNDROBIN') {
29217
- data.type = 'ROUND-ROBIN';
29218
- }
29219
- else if (data.type == 'ANYONE') {
29220
- data.type = 'ANY ONE';
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) {