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.
@@ -29547,12 +29547,12 @@ class WorkflowPolicyComponent {
29547
29547
  level1: ((_h = obj[item]) === null || _h === void 0 ? void 0 : _h.level1) || item,
29548
29548
  alias_name: (_j = obj[item]) === null || _j === void 0 ? void 0 : _j.alias_name,
29549
29549
  };
29550
- if (data.type == 'ROUNDROBIN') {
29551
- data.type = 'ROUND-ROBIN';
29552
- }
29553
- else if (data.type == 'ANYONE') {
29554
- data.type = 'ANY ONE';
29555
- }
29550
+ //Creating issue in approval workflow payload (type) while editing policy
29551
+ // if (data.type == 'ROUNDROBIN') {
29552
+ // data.type = 'ROUND-ROBIN';
29553
+ // } else if (data.type == 'ANYONE') {
29554
+ // data.type = 'ANY ONE';
29555
+ // }
29556
29556
  approverLevels.push(data);
29557
29557
  }
29558
29558
  if ((_k = this.selectedWorkflow) === null || _k === void 0 ? void 0 : _k.length) {