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

Make it possible to find transfer to user by email #18417

Merged
merged 1 commit into from
Dec 16, 2019

Conversation

ChristophWurst
Copy link
Member

The Vue Multiselect uses one prop for the local search. Although the API
already returned matching users for a given email, the users were
filtered out as their displayname doesn't contain the search string –
the email address.

Disabling the local seach and only using the most recently fetched
matches fixes this problem.

Fixes #18379

The Vue Multiselect uses one prop for the local search. Although the API
already returned matching users for a given email, the users were
filtered out as their displayname doesn't contain the search string –
the email address.

Disabling the local seach and only using the most recently fetched
matches fixes this problem.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst added the 3. to review Waiting for reviews label Dec 16, 2019
@ChristophWurst ChristophWurst added this to the Nextcloud 18 milestone Dec 16, 2019
@ChristophWurst ChristophWurst self-assigned this Dec 16, 2019
@ChristophWurst ChristophWurst changed the title Make it possible to find transfer user by email Make it possible to find transfer to user by email Dec 16, 2019
@rullzer rullzer requested a review from skjnldsv December 16, 2019 09:24
@rullzer rullzer merged commit 85ef2bf into master Dec 16, 2019
@rullzer rullzer deleted the fix/transfer-ownership-ui-email branch December 16, 2019 10:36
@rullzer rullzer mentioned this pull request Dec 17, 2019
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Transfer ownership] Autocompletion doesn't respect email addresses
3 participants