From f735031d69258bf03574119616d596dbc1c32328 Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Mon, 26 Aug 2024 11:14:33 +0200 Subject: [PATCH] Fix response code when upload a file over locked --- changelog/unreleased/fix-upload-response-code.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/fix-upload-response-code.md diff --git a/changelog/unreleased/fix-upload-response-code.md b/changelog/unreleased/fix-upload-response-code.md new file mode 100644 index 0000000000..ebb9f4ae88 --- /dev/null +++ b/changelog/unreleased/fix-upload-response-code.md @@ -0,0 +1,6 @@ +Bugfix: Fix response code when upload a file over locked + +We fixed a bug where the response code was incorrect when uploading a file over a locked file. + +https://github.com/owncloud/ocis/pull/9894 +https://github.com/owncloud/ocis/issues/7638