vcomply-workflow-engine 3.4.50 → 3.4.52
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 -3
- package/fesm2015/vcomply-workflow-engine.mjs +1 -2
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -2
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -24008,7 +24008,7 @@ class WorkflowComplianceComponent {
|
|
|
24008
24008
|
};
|
|
24009
24009
|
const payload = {
|
|
24010
24010
|
assessment_id: this.assessmentDetails.assessment_id,
|
|
24011
|
-
category_id: this.assessmentDetails.category[0]?.
|
|
24011
|
+
category_id: this.assessmentDetails.category[0]?._id,
|
|
24012
24012
|
};
|
|
24013
24013
|
this.setAssessmentData([this.assessmentDetails], payload, 'assessment');
|
|
24014
24014
|
this.whatChanged(assessmentData);
|
|
@@ -27214,7 +27214,6 @@ class WorkflowComplianceComponent {
|
|
|
27214
27214
|
this.responsibilityService
|
|
27215
27215
|
.getAssessmentDetailsByID(assessmentDetails.assessment_id)
|
|
27216
27216
|
.subscribe((res) => {
|
|
27217
|
-
this.assessmentDetails = res[0];
|
|
27218
27217
|
this.setAssessmentData(res, assessmentDetails, type);
|
|
27219
27218
|
});
|
|
27220
27219
|
}
|