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

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

fix ui launch parameters for full curation

See merge request !1596
parents 81e9c19c b0ceb513
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,!1596fix ui launch parameters for full curation
Pipeline #14629 passed
......@@ -117,6 +117,7 @@ def capability_request_routes(config: Configurator):
pattern="capability/{capability_name}/request/create-and-submit",
request_method="POST",
)
config.add_route(name="close_capability_request", pattern=f"{request_url}/close", request_method="POST")
version_url = request_url + "/version/{version}"
......
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