We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2634a64 commit 6b5c258Copy full SHA for 6b5c258
changelog/unreleased/39070
@@ -0,0 +1,11 @@
1
+Bugfix: Do not try to delete the folder twice
2
+
3
+Previously, when a folder was moved to the trashbin from an external storage, the usual
4
+action was to copy the contents to the trashbin and then remove them from the source, and
5
+additionally another remove operation on the source was triggered. This second delete
6
+request was performed but the result was ignored, and the storages didn't log anything.
7
8
+With this change, this second delete request won't happen. The behaviour is still the same:
9
+copy to the trashbin and then remove from the source.
10
11
+https://github.com/owncloud/core/pull/39070
0 commit comments