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
|
@@ -23987,6 +23987,8 @@ class WorkflowComplianceComponent {
|
|
|
23987
23987
|
'compliance_audit') {
|
|
23988
23988
|
this.hiddenList.push('CHECKPOINTS');
|
|
23989
23989
|
this.hiddenList.push('CHECKPOINTS_NEW');
|
|
23990
|
+
this.populateOption.emit(['ASSESSMENT']);
|
|
23991
|
+
this.moreOptions.ASSESSMENT = true;
|
|
23990
23992
|
}
|
|
23991
23993
|
this.hideElementsFromMoreOptions.emit(this.hiddenList);
|
|
23992
23994
|
}
|