Skip to content
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

Closed
jknockaert opened this issue Mar 19, 2017 · 3 comments
Closed

share dialog broken #3918

jknockaert opened this issue Mar 19, 2017 · 3 comments

Comments

@jknockaert
Copy link
Contributor

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.

@jknockaert jknockaert changed the title share dialogue broken share dialog broken Mar 19, 2017
@sjash
Copy link

sjash commented Mar 20, 2017

I solved it.
If you have 'enable_avatars' => false
in your config.php it will not pop-up the name of users. if you set it to true it will.

Thanks...

@jknockaert
Copy link
Contributor Author

Confirmed as a workaround. @sjash Good find, thanks!

@LukasReschke
Copy link
Member

This has config switch has been removed from master and thus 12.0 will have a fixed behaviour: #3472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants