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