Addressed one of the point cited in issue #802 'Assigning a user to a team or an organization'

This commit is contained in:
Emile NDAGIJIMANA 2021-06-10 16:38:28 +02:00
parent f5dbe8c6f6
commit c5df78fd8b
5 changed files with 359 additions and 19 deletions

View file

@ -21,6 +21,8 @@ Meteor.publish('people', function(query, limit) {
loginDisabled: 1,
authenticationMethod: 1,
importUsernames: 1,
orgs: 1,
teams: 1,
},
});
}