vcomply-workflow-engine 3.4.57 → 3.4.59
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 +3 -1
- package/fesm2015/vcomply-workflow-engine.mjs +2 -0
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +2 -0
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -24242,6 +24242,8 @@ class WorkflowComplianceComponent {
|
|
|
24242
24242
|
'compliance_audit') {
|
|
24243
24243
|
this.hiddenList.push('CHECKPOINTS');
|
|
24244
24244
|
this.hiddenList.push('CHECKPOINTS_NEW');
|
|
24245
|
+
this.populateOption.emit(['ASSESSMENT']);
|
|
24246
|
+
this.moreOptions.ASSESSMENT = true;
|
|
24245
24247
|
}
|
|
24246
24248
|
this.hideElementsFromMoreOptions.emit(this.hiddenList);
|
|
24247
24249
|
}
|