mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix board not visible.
Thanks to xet7 !
This commit is contained in:
parent
c954934b33
commit
e6476319bc
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
|||
),
|
||||
function(boardId, board) {
|
||||
this.cursor(ReactiveCache.getLists({ boardId, archived: isArchived }, {}, true));
|
||||
this.cursor(ReactiveCache.getSwimlanes({ boardId, collapsed: 1, archived: isArchived }, {}, true));
|
||||
this.cursor(ReactiveCache.getSwimlanes({ boardId, archived: isArchived }, {}, true));
|
||||
this.cursor(ReactiveCache.getIntegrations({ boardId }, {}, true));
|
||||
this.cursor(ReactiveCache.getCardCommentReactions({ boardId }, {}, true));
|
||||
this.cursor(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue