vcomply-workflow-engine 2.6.154 → 2.6.155

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.
@@ -2691,10 +2691,10 @@
2691
2691
  }
2692
2692
  else {
2693
2693
  if (window.location.href.includes('/riskv2')) {
2694
- url += '/riskv2/risk-workroom/' + this.riskId;
2694
+ url += '/riskv2/reported-risk/' + this.riskId;
2695
2695
  }
2696
2696
  else {
2697
- url += '/risk/risk-workroom/' + this.riskId;
2697
+ url += '/risk/reported-risk/' + this.riskId;
2698
2698
  }
2699
2699
  }
2700
2700
  window.location.href = url;