Moving multiple files fails if one of them has the same name

Steps to reproduce

Select multiple files, one of which has the same name in the target directory and try to move them into this folder.

Expected result

All files get moved to the folder and the duplicate one gets renamed with a “1” suffix, just like it happens when trying to move the file by itself.

Actual result

Files don’t move to the directory or only the last one is moved.

The duplicate isn’t renamed.

No error is shown to the user, only in the console, which isn’t very intuitive.

caught (in promise) Error: Destination file already exists!
    at e.<anonymous> (app.js:1:602424)
    at app.js:1:236930
    at Object.next (app.js:1:237035)
    at a (app.js:1:235753)

EDIT: grammar

thanks

I can’t reproduce anymore. If it still happens in v1.4. Open a new bug report and attach a screen recording of it happening in the sandbox vault.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.