-
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
Handle the remove/update share permissions response. #10507
Comments
@kulmann do you agree with this behavior ? Or should we make it more clear to the user ? |
@AlexAndBear yes, that would be fine. The file name should have the lock information, both in the file list and in the right sidebar header section. As long as that shows the lock information (i.e. small icon with a lock) I wouldn't clutter the UI with even more lock information. Disabling |
re-tested. can confirm that case with file is fixed @kulmann @micbar I'm sorry to say, but we didn't have all the cases covered. case 1 (project space)
case 2 (folder with files)
Actual: file is locked. Admin and another users cannot open this file: |
close in favor owncloud/ocis#8678 |
Describe the bug
Regarding the backend changes https://github.com/owncloud/ocis/issues/8273 we should handle the remove/update share permissions response 423 when the file is locked.
Steps to reproduce
file.txt
and shared to einstein with the editor permissions.Expected behavior
admin get the message that the file is locked.
Actual behavior
On the delete share action user recursively gets the removing dialog window
Setup
local
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: