diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js index 282eeb8f3..9b54f901e 100644 --- a/client/components/lists/listBody.js +++ b/client/components/lists/listBody.js @@ -575,7 +575,8 @@ BlazeComponent.extendComponent({ this.isBoardTemplateSearch; let board = {}; if (this.isTemplateSearch) { - board = Boards.findOne((Meteor.user().profile || {}).templatesBoardId); + //board = Boards.findOne((Meteor.user().profile || {}).templatesBoardId); + board._id = (Meteor.user().profile || {}).templatesBoardId; } else { // Prefetch first non-current board id board = Boards.find({