vcomply-workflow-engine 6.2.0 → 6.2.1
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.
|
@@ -37445,6 +37445,7 @@ class WorkflowPolicyComponent {
|
|
|
37445
37445
|
}
|
|
37446
37446
|
navigateToWorkroom(payload) {
|
|
37447
37447
|
this.router.navigate(['/policy/register/policies/'], { queryParams: { id: 100 }, relativeTo: this.route });
|
|
37448
|
+
payload.policyId = 100;
|
|
37448
37449
|
const message = this.iframeService.getCloseWebviewMessage(PostMessageEvent.POLICY_CREATED, payload);
|
|
37449
37450
|
console.log(message, "message");
|
|
37450
37451
|
this.iframeService.postMessage(message);
|