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.
- package/esm2020/lib/workflow-risk/workflow-risk.component.mjs +2 -4
- package/fesm2015/vcomply-workflow-engine.mjs +1 -3
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -3
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11230,9 +11230,7 @@ class WorkflowRiskComponent {
|
|
|
11230
11230
|
});
|
|
11231
11231
|
}
|
|
11232
11232
|
this.grcLoader = true;
|
|
11233
|
-
event['rc_ids'] = this.riskForm.responsibilityCentersList
|
|
11234
|
-
.map((rc) => rc?._id)
|
|
11235
|
-
.join(',');
|
|
11233
|
+
event['rc_ids'] = this.getAllRCIds(this.riskForm.responsibilityCentersList);
|
|
11236
11234
|
event['grcType'] = this.selectedGRCTab;
|
|
11237
11235
|
this.otherGRCSubscription = this.grcService
|
|
11238
11236
|
.getGRCList(event)
|