From d05ef0f37cf7e2c3bf1a6450a79950c5dce259bb Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 4 Jun 2019 19:45:27 +0200 Subject: [PATCH] Fixed sharing with a user not working --- src/components/sharing/userTeam.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sharing/userTeam.vue b/src/components/sharing/userTeam.vue index a0c27c78c..7c7d6df7e 100644 --- a/src/components/sharing/userTeam.vue +++ b/src/components/sharing/userTeam.vue @@ -241,7 +241,7 @@ } if (this.shareType === 'user') { - this.stuffModel.userID = this.sharable.id + this.stuffModel.userID = this.sharable.username } else if (this.shareType === 'team') { this.stuffModel.teamID = this.sharable.id }