mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 06:08:48 +01:00
Addressed one of the point cited in issue #802 'Assigning a user to a team or an organization'
This commit is contained in:
parent
f5dbe8c6f6
commit
c5df78fd8b
5 changed files with 359 additions and 19 deletions
|
|
@ -21,6 +21,8 @@ Meteor.publish('people', function(query, limit) {
|
|||
loginDisabled: 1,
|
||||
authenticationMethod: 1,
|
||||
importUsernames: 1,
|
||||
orgs: 1,
|
||||
teams: 1,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue