From c4b898633e1c959f51815ee93a354a093f1139b6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 1 May 2018 20:00:50 +0300 Subject: Try to fix: Users who register with an invitation code can't see lists/cards. Please test. Thanks to andresmanelli ! Related #1610 --- models/users.js | 1 + 1 file changed, 1 insertion(+) diff --git a/models/users.js b/models/users.js index 20331a98..0093f7cb 100644 --- a/models/users.js +++ b/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; -- cgit v1.2.3-1-g7c22