Skip to content
Snippets Groups Projects

fix WS carta params error

Merged Charlotte Hausman requested to merge carta3 into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading