-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
share dialog broken #3918
Comments
I solved it. Thanks... |
Confirmed as a workaround. @sjash Good find, thanks! |
This has config switch has been removed from master and thus 12.0 will have a fixed behaviour: #3472 |
This was referenced Aug 12, 2018
Closed
This was referenced Oct 31, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to share a file or a folder using the share dialogue I cannot select any users to share with.
What should happen: while typing the name of a user the autocompete feature should present a dropdown menu with matching user names.
What does happen: not much. No dropdown is shown. Only when the string entered does not match a user name a popup is shown saying "No users or groups found for daeffsfbsf" (provided that you enterred daeffsfbsf and there's no such user).
The interaction between the client (the browser) and the server seems to go fine. While typing calls are made to ocs/v1.php/apps/files_sharing/api/v1/sharees?format=json&search=daeffsfbsf&perPage=200&itemType=folder and the server responds properly (a json with any matching users). It seems to go wrong where the client has to display the returned usernames.
Tested with firefox and safari. Using php 7 on the server.
The text was updated successfully, but these errors were encountered: