Fix board not visible.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2024-04-26 07:57:16 +03:00
parent c954934b33
commit e6476319bc

View file

@ -222,7 +222,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
), ),
function(boardId, board) { function(boardId, board) {
this.cursor(ReactiveCache.getLists({ boardId, archived: isArchived }, {}, true)); 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.getIntegrations({ boardId }, {}, true));
this.cursor(ReactiveCache.getCardCommentReactions({ boardId }, {}, true)); this.cursor(ReactiveCache.getCardCommentReactions({ boardId }, {}, true));
this.cursor( this.cursor(