vcomply-workflow-engine 3.4.58 → 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 +2 -1
- package/fesm2015/vcomply-workflow-engine.mjs +1 -0
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -0
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -23988,6 +23988,7 @@ class WorkflowComplianceComponent {
|
|
|
23988
23988
|
this.hiddenList.push('CHECKPOINTS');
|
|
23989
23989
|
this.hiddenList.push('CHECKPOINTS_NEW');
|
|
23990
23990
|
this.populateOption.emit(['ASSESSMENT']);
|
|
23991
|
+
this.moreOptions.ASSESSMENT = true;
|
|
23991
23992
|
}
|
|
23992
23993
|
this.hideElementsFromMoreOptions.emit(this.hiddenList);
|
|
23993
23994
|
}
|