vcomply-workflow-engine 3.4.49 → 3.4.51
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
|
@@ -24260,7 +24260,7 @@ class WorkflowComplianceComponent {
|
|
|
24260
24260
|
if (((_a = this.assessmentDetails) === null || _a === void 0 ? void 0 : _a.assessment_type) === 'compliance_audit') {
|
|
24261
24261
|
const assessmentData = {
|
|
24262
24262
|
target: {
|
|
24263
|
-
value: (_b = this.assessmentDetails) === null || _b === void 0 ? void 0 : _b.assessment_name,
|
|
24263
|
+
value: 'Audit: ' + ((_b = this.assessmentDetails) === null || _b === void 0 ? void 0 : _b.assessment_name),
|
|
24264
24264
|
},
|
|
24265
24265
|
};
|
|
24266
24266
|
const payload = {
|
|
@@ -27511,7 +27511,6 @@ class WorkflowComplianceComponent {
|
|
|
27511
27511
|
this.responsibilityService
|
|
27512
27512
|
.getAssessmentDetailsByID(assessmentDetails.assessment_id)
|
|
27513
27513
|
.subscribe((res) => {
|
|
27514
|
-
this.assessmentDetails = res[0];
|
|
27515
27514
|
this.setAssessmentData(res, assessmentDetails, type);
|
|
27516
27515
|
});
|
|
27517
27516
|
}
|