-
Notifications
You must be signed in to change notification settings - Fork 671
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
Owncloud context menu options differ when file has not been synced yet #7330
Comments
The menu entry 'Move and upload...' also appears in some other possibly unwanted situations:
|
PR: #7527 |
The PR should remove these menu entry, that were there by mistake as the code thought this was a read-only folder while it wasn't |
ogoffart
added a commit
that referenced
this issue
Nov 18, 2019
Fixed in 2.6.1-daily20191127 (build 12791), macOS 10.15.1 |
Fixed in 2.6.1sprint2 (build 12978), macOS 10.15.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Client: 2.6.0alpha2 (build 12128)
macOS: 10.14.5
Server: 10.2.1 (stable)
Steps to recreate:
Actual result: Delete and Move and Upload options are available but once the file is synced they disappear. Is there any reason why the option to delete or move is dependant on the state of the file if it has been synced or not?
Expected result: Not really sure. Should the options be always available or are they displayed by mistake?
The text was updated successfully, but these errors were encountered: