vcomply-workflow-engine 3.4.49 → 3.4.50
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 -2
- package/fesm2015/vcomply-workflow-engine.mjs +1 -1
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -24003,7 +24003,7 @@ class WorkflowComplianceComponent {
|
|
|
24003
24003
|
if (this.assessmentDetails?.assessment_type === 'compliance_audit') {
|
|
24004
24004
|
const assessmentData = {
|
|
24005
24005
|
target: {
|
|
24006
|
-
value: this.assessmentDetails?.assessment_name,
|
|
24006
|
+
value: 'Audit: ' + this.assessmentDetails?.assessment_name,
|
|
24007
24007
|
},
|
|
24008
24008
|
};
|
|
24009
24009
|
const payload = {
|