mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Merge branch 'master' of github.com:wekan/wekan
This commit is contained in:
commit
7d920e938b
2 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
|||
username: 1,
|
||||
'profile.fullname': 1,
|
||||
'profile.avatarUrl': 1,
|
||||
'profile.initials': 1,
|
||||
},
|
||||
},
|
||||
),
|
||||
|
|
|
@ -6,6 +6,7 @@ Meteor.publish('user-miniprofile', function(userId) {
|
|||
username: 1,
|
||||
'profile.fullname': 1,
|
||||
'profile.avatarUrl': 1,
|
||||
'profile.initials': 1,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue