-
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
Cannot share with user and group having same name #35488
Comments
Note: this happens if the group name and the user name are identical. e.g. create group I expect that this is webUI-specific. But I will make some test scenarios for the sharing API to see if it is also broken. |
See also issue #36069 - @HanaGemela reports that this bad behaviour is also noticed from the desktop client. So I guess that there is some real problem in the server API. |
I added the |
Acceptance tests demonstrating the bug in #36283 |
Removed QA-team label - tests have been added to demonstrate the bug in the sharing API. |
Fixed. |
Steps to reproduce
abcdef
and groupabcdef
abcdef
abcdef
Expected behaviour
Both shares should be created.
Actual behaviour
When sharing at step 4, webUI says "Path already shared with this user"
Similarly, if I share with the user first, then try to share with the group, webUI says "Path already shared with this group"
Note: this happens with
v10.1.0
,v10.2.0
, currentstable10
and with PR #35397 - so it is nothing new.Server configuration
Operating system:
Ubuntu 18.04
Web server:
PHP dev server
Database:
MySQL
PHP version:
7.2
ownCloud version: (see ownCloud admin page)
Current
stable10
The text was updated successfully, but these errors were encountered: