-
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
Problems setting sharing permissions in the webUI when user and group have same name #36813
Comments
PR #36793 demonstrates that the sharing API is OK when there is a user and group with the same name. So this is "just" a UI bug. |
Note: #36766 finishes the user/group share expiration date code. |
@pmaier1 THis is a real annoying bug and IMO a release blocker. @phil-davis is it a regression? |
Yes, I agree. Apparently it was also the case in earlier versions. |
No, it is not a regression. IMO it has been there "a long time" (TM). If you want the answer to "a long time" then maybe @davitol will have some clue, or can easily go back some releases and reproduce it. It only happens if you have a group name that is the same as a user name, and you share some resource with both the group and the user. So that is a quite rare thing to do. |
Yeah. So not necessarily a release blocker. Could also be fixed in another patch release afterwards, IMO. Decision @micbar. |
Fix is in PR #36766 |
Steps to reproduce
Expected behaviour
The sharing permissions of the group change.
The sharing permissions of the user do not change.
Actual behaviour
The sharing permissions of the user change.
The sharing permissions of the group do not change.
Server configuration
current master
The text was updated successfully, but these errors were encountered: