Merge pull request #9895 from 2403905/issue-6854

[full-ci] Fix response code when upload a file over locked
This commit is contained in:
Roman Perekhod
2024-08-27 09:33:59 +02:00
committed by GitHub

View File

@@ -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