vcomply-workflow-engine 2.6.155 → 2.6.157

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.
@@ -2687,14 +2687,14 @@
2687
2687
  url = 'https://' + window.location.host;
2688
2688
  }
2689
2689
  if (window.location.host.startsWith('localhost')) {
2690
- url += '/reported-risk/';
2690
+ url += '/reported-risk';
2691
2691
  }
2692
2692
  else {
2693
2693
  if (window.location.href.includes('/riskv2')) {
2694
- url += '/riskv2/reported-risk/' + this.riskId;
2694
+ url += '/riskv2/reported-risk';
2695
2695
  }
2696
2696
  else {
2697
- url += '/risk/reported-risk/' + this.riskId;
2697
+ url += '/risk/reported-risk';
2698
2698
  }
2699
2699
  }
2700
2700
  window.location.href = url;