Skip to content
Snippets Groups Projects
Commit f426bde5 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix WS carta params error

parent b87f44c1
No related branches found
No related tags found
1 merge request!1094fix WS carta params error
Pipeline #6935 passed
......@@ -95,11 +95,13 @@ export class RequestOperationsComponent implements OnInit {
};
launchCarta($event) {
let email = this.userEmail != null ? this.userEmail : "n/a"
let params = {
need_data: false,
notify_ready: true,
product_locator: null,
user_email: this.userEmail,
user_email: email,
parent_wf_request_id: this.selectedVersion.current_execution.current_workflow_request_id,
};
this.workflowLauncherService
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment