mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Merge pull request #3895 from Emile840/master
Add or remove an organization and team from a board
This commit is contained in:
commit
2a611a8935
8 changed files with 622 additions and 0 deletions
|
|
@ -442,6 +442,8 @@ Users.safeFields = {
|
|||
'profile.fullname': 1,
|
||||
'profile.avatarUrl': 1,
|
||||
'profile.initials': 1,
|
||||
orgs: 1,
|
||||
teams: 1,
|
||||
};
|
||||
|
||||
if (Meteor.isClient) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue