Skip to content
Unverified Commit bc275db6 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 0f161e73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment