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

Merge branch 'fixing-full-ui-launching' into '2.8.2.3-DEVELOPMENT'

force service rebuild

See merge request !1598
parents 6d2184c7 ecebcd12
No related branches found
No related tags found
3 merge requests!1606catch 2.8.3 up with main,!1605Merge 2.8.2.3 work to main,!1598force service rebuild
Pipeline #14633 passed
......@@ -90,7 +90,6 @@ def lookup_file(request: Request) -> WorkflowRequestFile:
:param request: an HTTP request
:return: a WorkflowRequestFile object containing filename and file content for this request, if any
"""
for file in lookup_request(request).files:
if file.filename == request.matchdict["filename"]:
return file
......
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