X Tutup
Skip to content

Commit 6b5c258

Browse files
committed
Add changelog entry
1 parent 2634a64 commit 6b5c258

File tree

1 file changed

+11
-0
lines changed
  • changelog/unreleased

1 file changed

+11
-0
lines changed

changelog/unreleased/39070

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
X Tutup