Fixed sharing with a user not working
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-06-04 19:45:27 +02:00
parent 370e0e6b76
commit d05ef0f37c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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
}