Use uid instead of displayname for sharee results

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-10-06 14:06:07 +00:00
committed by backportbot[bot]
parent 52cbd3d6d8
commit 30bb429a57
+1 -1
View File
@@ -102,7 +102,7 @@ export default {
formatedSharees() {
return this.unallocatedSharees.map(item => {
const sharee = {
user: item.label,
user: item.value.shareWith,
displayName: item.label,
icon: 'icon-user',
multiselectKey: item.shareType + ':' + item.primaryKey,