Make it possible to find transfer user by email
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>
Showing
- apps/files/js/dist/personal-settings.js 0 additions, 0 deletionsapps/files/js/dist/personal-settings.js
- apps/files/js/dist/personal-settings.js.map 0 additions, 0 deletionsapps/files/js/dist/personal-settings.js.map
- apps/files/src/components/TransferOwnershipDialogue.vue 2 additions, 0 deletionsapps/files/src/components/TransferOwnershipDialogue.vue
Loading
Please register or sign in to comment