-
Notifications
You must be signed in to change notification settings - Fork 159
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
Friendly way to duplicate files/folders. #5761
Comments
Nice idea! @tbsbdr what do you think? Just appending a |
Thanks for opening. I'm stumbled upon that behaviour just today as well. :) |
We already have issues here about both "moving (and thereby copying) item into its own folder" and "having a nice dialogue when uploading/renaming resources to an existing name". I'll link them later, perhaps we can try to tackle both within one of the next sprints! |
yep, absolutely, needs to be optimized. I would propose the following:
I dont think we need to show a confirmation dialog for merging, as long as this is no destructive (= i.e. deleting files via a "replace" operation) operation Ho do file explorers behave in case of "Folder already exists"I would not assume a "learned" behavior or any kind of common sense, because the platforms handle the situation differently:
onedrive (folder already exists)onedrive (file already exists)Google DriveGoogle drive (automatic versioning)MacOS FinderWindows File Explorer |
Old PR on copy/move to same location: #3847 (needs a proper rebase and quite some refactoring but good input I suppose) Old tickets on this: |
General ruleUser gets asked what to do in case of conflicting resources, as there is no common pattern across different services/platforms (OneDrive, Google Drive, Box, Windows, Mac, etc. - all different). Note This dialog concept is also meant to be applied to #1753 DialogsBehaviour
Userflows |
The logic for copy or moving seems to be spread and different in some parts, will try to get it unified first so we don't have code duplication. |
@tbsbdr if you choose "Merge", what happens when the files in the folder will also conflict? Will the user get another dialog? |
@labkode correct, see Nr. 4
|
closing in favour of more actionable ticket: #6996 |
As a user wanting to duplicate a folder/file.
Currently is not possible to do it in the same containing folder as the following error is given.
A choice can be given to the user by appending a new version like
(1)
or something alike.The text was updated successfully, but these errors were encountered: