Skip to content
Snippets Groups Projects
Commit fc0f661c authored by Daniel Nemergut's avatar Daniel Nemergut Committed by Charlotte Hausman
Browse files

Added a note for our future selves

parent 650b4345
No related branches found
No related tags found
1 merge request!1582WS-2116: enclose numerical relative paths in quotes
......@@ -297,6 +297,7 @@ def add_or_update_file(request: Request) -> Response:
if capability_request:
if capability_request.current_version:
# Preventing empty request bodies that were clearing out existing file content
if request.body.strip():
versionFile = request.capability_info.lookup_version_file(
request.matchdict["capability_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