Skip to content
Snippets Groups Projects
Commit 4029831c authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Added a note for our future selves

parent 41c4def6
No related branches found
No related tags found
3 merge requests!1605Merge 2.8.2.3 work to main,!1581catch up with 2.8.2.3,!1574WS-2215 Editor modal scrubbing
Pipeline #14220 failed
......@@ -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