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.
- package/esm2022/lib/add-multiple-responsibility/add-multiple-responsibility.component.mjs +2 -2
- package/esm2022/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +2 -2
- package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +2 -2
- package/esm2022/lib/workflow-program/workflow-program.component.mjs +2 -2
- package/fesm2022/vcomply-workflow-engine.mjs +4 -4
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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 = '/
|
|
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 += '/
|
|
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 = '/
|
|
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 = '/
|
|
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;
|