Fix response code when upload a file over locked

This commit is contained in:
Roman Perekhod
2024-08-26 11:14:33 +02:00
parent 1f6b836217
commit f735031d69
@@ -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