|
@@ -575,7 +575,8 @@ BlazeComponent.extendComponent({
|
|
this.isBoardTemplateSearch;
|
|
this.isBoardTemplateSearch;
|
|
let board = {};
|
|
let board = {};
|
|
if (this.isTemplateSearch) {
|
|
if (this.isTemplateSearch) {
|
|
- board = Boards.findOne((Meteor.user().profile || {}).templatesBoardId);
|
|
|
|
|
|
+ //board = Boards.findOne((Meteor.user().profile || {}).templatesBoardId);
|
|
|
|
+ board._id = (Meteor.user().profile || {}).templatesBoardId;
|
|
} else {
|
|
} else {
|
|
// Prefetch first non-current board id
|
|
// Prefetch first non-current board id
|
|
board = Boards.find({
|
|
board = Boards.find({
|