mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
parent
c3dd9f47fb
commit
0a0cec6ef0
7 changed files with 189 additions and 43 deletions
|
|
@ -552,7 +552,7 @@ BlazeComponent.extendComponent({
|
|||
board = Boards.findOne((Meteor.user().profile || {}).templatesBoardId);
|
||||
} else {
|
||||
// Prefetch first non-current board id
|
||||
board = Boards.findOne({
|
||||
board = Boards.find({
|
||||
archived: false,
|
||||
'members.userId': Meteor.userId(),
|
||||
_id: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue