Combine exact and other matches for transfer ownership

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-01-08 18:09:20 +01:00
parent 36b5bb583a
commit 78ee689e54
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -172,7 +172,7 @@ export default {
}
this.userSuggestions = {}
response.data.ocs.data.users.forEach(user => {
response.data.ocs.data.exact.users.concat(response.data.ocs.data.users).forEach(user => {
Vue.set(this.userSuggestions, user.value.shareWith, {
uid: user.value.shareWith,
displayName: user.label,