mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Try to fix: Users who register with an invitation code can't see lists/cards.
Please test. Thanks to andresmanelli ! Related #1610
This commit is contained in:
parent
cfa3c4bfcb
commit
c4b898633e
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ if (Meteor.isServer) {
|
|||
throw new Meteor.Error('error-invitation-code-not-exist', 'The invitation code doesn\'t exist');
|
||||
} else {
|
||||
user.profile = {icode: options.profile.invitationcode};
|
||||
user.profile.boardView = 'board-view-lists';
|
||||
}
|
||||
|
||||
return user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue