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

UI fixes for follow on imaging requests

parent c31e18d6
No related branches found
No related tags found
2 merge requests!367fixes for restore&image with real CASA,!366UI fixes for follow-on imaging
Pipeline #2282 passed
This commit is part of merge request !367. Comments created here will be created in the context of that merge request.
......@@ -126,7 +126,7 @@ def create_follow_on_capability_request(request: Request) -> Response:
followon_type = request.matchdict["followon_type"]
capability_request = request.capability_info.lookup_capability_request(request_id)
parameters = capability_request.versions[-1].parameters
parameters = capability_request.current_version.parameters
user_email = parameters["user_email"]
previous_workflow_id = capability_request.current_execution.current_workflow_request_id
......
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