vcomply-workflow-engine 6.6.4 → 6.6.5
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/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 +3 -3
- 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
|
@@ -34235,7 +34235,7 @@ class WorkflowComplianceComponent {
|
|
|
34235
34235
|
viewResponsibilities() {
|
|
34236
34236
|
let url;
|
|
34237
34237
|
const id = this.responsibilityData?.data?.responsibility?.id;
|
|
34238
|
-
let urlSubstring = '/
|
|
34238
|
+
let urlSubstring = '/complianceops/responsibilities/';
|
|
34239
34239
|
this.disconnectRefresh.emit(false);
|
|
34240
34240
|
if (window.location.host.startsWith('localhost')) {
|
|
34241
34241
|
url = 'http://' + window.location.host + urlSubstring;
|
|
@@ -46198,7 +46198,7 @@ class WorkflowProgramComponent {
|
|
|
46198
46198
|
url += '/programs/' + this.createdProgramId;
|
|
46199
46199
|
}
|
|
46200
46200
|
else {
|
|
46201
|
-
url += '/
|
|
46201
|
+
url += '/complianceops/programs/' + this.createdProgramId;
|
|
46202
46202
|
}
|
|
46203
46203
|
this.iframeService.redirectIfInIframe(url, true);
|
|
46204
46204
|
}
|
|
@@ -47362,7 +47362,7 @@ class AddMultipleResponsibilityComponent {
|
|
|
47362
47362
|
else {
|
|
47363
47363
|
url = 'https://' + window.location.host + '/compliance/#/' + urlSubstring;
|
|
47364
47364
|
}
|
|
47365
|
-
urlSubstring = '/
|
|
47365
|
+
urlSubstring = '/complianceops/responsibilities/';
|
|
47366
47366
|
this.iframeService.redirectIfInIframe(url, false);
|
|
47367
47367
|
}
|
|
47368
47368
|
// Upload File to the server
|