mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Add or remove organizations and teams from boards
This commit is contained in:
parent
6efcac2a0e
commit
b236d95636
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