vcomply-workflow-engine 6.3.6 → 6.3.7

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.
@@ -20700,7 +20700,6 @@ class MoreOptionsService {
20700
20700
  risk: 'RISK_CLASSIFICATION',
20701
20701
  reviewer: 'REVIEWER',
20702
20702
  cc: 'OVERSEER',
20703
- fcc: 'OVERSEER',
20704
20703
  grc: 'GRC_OBJECTS',
20705
20704
  };
20706
20705
  const allowedCodes = new Set();
@@ -31501,7 +31500,7 @@ class WorkflowComplianceComponent {
31501
31500
  },
31502
31501
  {
31503
31502
  name: 'risk',
31504
- value: 'RISK',
31503
+ value: 'RISK_CLASSIFICATION',
31505
31504
  },
31506
31505
  {
31507
31506
  name: 'reviewer',
@@ -31614,8 +31613,8 @@ class WorkflowComplianceComponent {
31614
31613
  this.allowEditDueDateFeatureFlag = false;
31615
31614
  this.isComplianceOpsSettingsEnabled = false;
31616
31615
  this.validationMessages = RESPONSIBILITY_VALIDATION_MESSAGES;
31617
- this.unSubscribeProgram = new Subject();
31618
31616
  this.mandatoryFieldsList = {};
31617
+ this.unSubscribeProgram = new Subject();
31619
31618
  this.organizationCommonService?.getOrgUserInfo()?.subscribe({
31620
31619
  next: (res) => {
31621
31620
  const complianceSubmodule = res?.roleActions[res?.roleActions?.findIndex((ele) => ele?.moduleName === 'compliance')]?.subModule;