Skip to content
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

Improve handlings of files conflict between delete and update #7300

Open
mgallien opened this issue Oct 11, 2024 · 0 comments
Open

Improve handlings of files conflict between delete and update #7300

mgallien opened this issue Oct 11, 2024 · 0 comments
Labels
0. Needs triage enhancement enhancement of a already implemented feature/code

Comments

@mgallien
Copy link
Collaborator

In case one is locally modifying a file that is shared (or in a group folder), the file can also be deleted.
You would then have a conflict between the delete from server and the file update from client.
Currently, the user is not being involved and we will always upload the local modifications.
Improve handling of this by reusing the current conflict handling infrastructure.
Offer the user the ability to be involved and decide what to do.
Beside involving the user, make it clear that any parent folders needed to upload the file will be created automatically. That may not be what the user wants.
A final constraint is that it should be ensured that the local modifications are preserved until the user as solved the conflict.

@mgallien mgallien added 0. Needs triage enhancement enhancement of a already implemented feature/code labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage enhancement enhancement of a already implemented feature/code
Projects
None yet
Development

No branches or pull requests

1 participant