Skip to content
Snippets Groups Projects
Unverified Commit 59498493 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix moving files from external storage to object store trashbin


having the "cache rename" after the "storage move" caused the target
to get the fileid from the source file, without taking care that the object
is stored under the original file id.

By doing the "cache rename" first, we trigger the "update existing file"
logic while moving the file to the object store and the object gets stored for the
correct file id

Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent ba39d7ad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment