We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'sharing.maxAutocompleteResults' => 10,
No error
ReferenceError: users is not defined[Learn More] sharedialogview.js:410:1
Functionality is not compromised.
In the check in https://github.com/nextcloud/server/blob/master/core/js/sharedialogview.js#L406 the users variable (and following) are not set, after some restructuring.
This could be replaced by suggestions, but we cannot get just the length as we need to use it seperately per shareType.
suggestions
Perhaps best to estimate the max value on _getSuggestions.
The text was updated successfully, but these errors were encountered:
blizzz
Successfully merging a pull request may close this issue.
Steps to reproduce
'sharing.maxAutocompleteResults' => 10,
to your config.phpExpected behaviour
No error
Actual behaviour
ReferenceError: users is not defined[Learn More] sharedialogview.js:410:1
Functionality is not compromised.
In the check in https://github.com/nextcloud/server/blob/master/core/js/sharedialogview.js#L406 the users variable (and following) are not set, after some restructuring.
This could be replaced by
suggestions
, but we cannot get just the length as we need to use it seperately per shareType.Perhaps best to estimate the max value on _getSuggestions.
The text was updated successfully, but these errors were encountered: