vcomply-workflow-engine 3.1.41 → 3.1.42

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.
@@ -11373,9 +11373,7 @@ class WorkflowRiskComponent {
11373
11373
  });
11374
11374
  }
11375
11375
  this.grcLoader = true;
11376
- event['rc_ids'] = this.riskForm.responsibilityCentersList
11377
- .map((rc) => rc === null || rc === void 0 ? void 0 : rc._id)
11378
- .join(',');
11376
+ event['rc_ids'] = this.getAllRCIds(this.riskForm.responsibilityCentersList);
11379
11377
  event['grcType'] = this.selectedGRCTab;
11380
11378
  this.otherGRCSubscription = this.grcService
11381
11379
  .getGRCList(event)