-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(files): Fix having to resolve conflicts twice when dropping files #48331
Conversation
Signed-off-by: Christopher Ng <[email protected]>
/compile |
Signed-off-by: nextcloud-command <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense (we should also implement recursive conflict resolution for internal moves similar we do with uploads).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works. Thanks for fixing this! :)
/backport to stable30 |
/backport to stable29 |
/backport to stable28 |
Resolves
When dragging and dropping some files into a folder with identically named files, a conflict resolution dialog will pop up and after submitting your selection subsequent conflict dialogs will be shown for each file individually. We want to proceed with the users initial selection instead of repeating the conflict resolution.
Checklist