vcomply-workflow-engine 3.3.3 → 3.3.4
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-compliance/workflow-compliance.component.mjs +2 -1
- package/fesm2015/vcomply-workflow-engine.mjs +1 -0
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -0
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -25405,6 +25405,7 @@ class WorkflowComplianceComponent {
|
|
|
25405
25405
|
const rcDetailsArr = {
|
|
25406
25406
|
parent_rc_ids: rc.parent_rc_ids,
|
|
25407
25407
|
rc_id: rc.rc_id,
|
|
25408
|
+
child_rc_ids: rc?.item_child_ids,
|
|
25408
25409
|
};
|
|
25409
25410
|
return rcDetailsArr;
|
|
25410
25411
|
}
|