vcomply-workflow-engine 6.4.2 → 6.4.3

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.
@@ -34222,7 +34222,7 @@ class WorkflowComplianceComponent {
34222
34222
  viewResponsibilities() {
34223
34223
  let url;
34224
34224
  const id = this.responsibilityData?.data?.responsibility?.id;
34225
- let urlSubstring = '/compliance/responsibilities/';
34225
+ let urlSubstring = '/complianceops/responsibilities/';
34226
34226
  this.disconnectRefresh.emit(false);
34227
34227
  if (window.location.host.startsWith('localhost')) {
34228
34228
  url = 'http://' + window.location.host + urlSubstring;
@@ -46194,7 +46194,7 @@ class WorkflowProgramComponent {
46194
46194
  url += '/programs/' + this.createdProgramId;
46195
46195
  }
46196
46196
  else {
46197
- url += '/compliance/programs/' + this.createdProgramId;
46197
+ url += '/complianceops/programs/' + this.createdProgramId;
46198
46198
  }
46199
46199
  this.iframeService.redirectIfInIframe(url, true);
46200
46200
  }
@@ -47358,7 +47358,7 @@ class AddMultipleResponsibilityComponent {
47358
47358
  else {
47359
47359
  url = 'https://' + window.location.host + '/compliance/#/' + urlSubstring;
47360
47360
  }
47361
- urlSubstring = '/compliance/responsibilities/';
47361
+ urlSubstring = '/complianceops/responsibilities/';
47362
47362
  this.iframeService.redirectIfInIframe(url, false);
47363
47363
  }
47364
47364
  // Upload File to the server
@@ -48069,7 +48069,7 @@ class AddMultipleResponsibilityWithTabComponent {
48069
48069
  }
48070
48070
  viewResponsibilities() {
48071
48071
  let url;
48072
- let urlSubstring = '/compliance/responsibilities/';
48072
+ let urlSubstring = '/complianceops/responsibilities/';
48073
48073
  this.disconnectRefresh.emit(false);
48074
48074
  if (window.location.host.startsWith('localhost')) {
48075
48075
  url = 'http://' + window.location.host + urlSubstring;