vcomply-workflow-engine 2.6.104 → 2.6.105

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.
@@ -2575,10 +2575,10 @@
2575
2575
  url = 'https://' + window.location.host;
2576
2576
  }
2577
2577
  if (window.location.host.startsWith('localhost')) {
2578
- url += '/manage-risk/' + this.riskId;
2578
+ url += '/risk-workroom/' + this.riskId;
2579
2579
  }
2580
2580
  else {
2581
- url += '/risk/manage-risk/' + this.riskId;
2581
+ url += '/risk/risk-workroom/' + this.riskId;
2582
2582
  }
2583
2583
  window.location.href = url;
2584
2584
  //this.resetForm();