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.
@@ -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
  }