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

workflow requests now persist correctly

parent 10f97616
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class WorkflowRestService:
# hand it to WorkflowInfo to save it, but we're still conflating
# workflows and workflow requests right now
request = self.request.info.create_workflow_request(
workflow_name=self.request.GET.get('name'), argument=self.request.GET.getall('args'))
workflow_name=self.request.context.workflow_name, argument=self.request.GET.getall('args'))
return request
@view_config(request_method='GET', route_name='workflow')
......
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