Explorar o código

Try to fix: Users who register with an invitation code can't see lists/cards.
Please test.

Thanks to andresmanelli !

Related #1610

Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
c4b898633e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      models/users.js

+ 1 - 0
models/users.js

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