-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a file is not restored from trashbin if files with the same name already exists #1730
Comments
Hmm, seems like this will need change in the API. You'll probably need to take over here @DeepDiver1975 ? |
Like for the files drop feature we could add a "OC-Autorename" header that tells the server that we're ok with it renaming the target if a duplicate exists. |
@tbsbdr please have a look, i tested it and think it's ok how web handles the case.
then ui shows an error (see screenshot). alternatively web could show an option in thrashbin 'restore as'... but really not sure if it makes sense. |
Closing as we have a name collision dialog now and everything is working as expected |
Steps to reproduce
file.txt
file.txt
and createfile.txt
file.txt
Expected behaviour
file.txt
should be restored.Actual behaviour
file.txt
is not restoredThe text was updated successfully, but these errors were encountered: