vcomply-workflow-engine 3.3.4 → 3.3.5
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 +4 -1
- package/fesm2015/vcomply-workflow-engine.mjs +12 -9
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +3 -0
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -24049,6 +24049,9 @@ class WorkflowComplianceComponent {
|
|
|
24049
24049
|
riskMatrix: res?.risk_matrix_data,
|
|
24050
24050
|
selectedGRCObjects: res?.linkedGrcDetails ?? [],
|
|
24051
24051
|
};
|
|
24052
|
+
if (res?.linkedGrcDetails?.length > 0) {
|
|
24053
|
+
this.setOtherGRCTypesFormate();
|
|
24054
|
+
}
|
|
24052
24055
|
if (this.featureFlag_groups) {
|
|
24053
24056
|
this.populateAssigneeData(res);
|
|
24054
24057
|
this.populateOverseerData(res);
|