-
Notifications
You must be signed in to change notification settings - Fork 2.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
Copy file to received shared file #40787
Comments
Note: when the files are both "owned" by the same user, then that user can copy from one file to the other and the content is copied (the expected behavior)
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed. |
The scenario for this will still fail. The suggested behavior still needs to be implemented.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Steps to reproduce
Expected behaviour
Both Alice and Brian see that "test.txt" has the content "new text"
Actual behaviour
Brian now has "test.txt" has the content "new text"
The share from Alice to Brian is in the declined state
Alice has "test.txt" has the content "original text"
When Brian accepts the declined share from Alice, then Brian sees "test (2).txt" with content "original text"
Server configuration
Current oC10 core master
See PR #40308 for the test scenario(s)
The text was updated successfully, but these errors were encountered: