|
@@ -70,7 +70,7 @@ BlazeComponent.extendComponent({
|
|
|
const currentBoard = Boards.findOne(Session.get('currentBoard'));
|
|
|
let swimlaneId = '';
|
|
|
const boardView = Meteor.user().profile.boardView;
|
|
|
- if (boardView === 'board-view-swimlanes')
|
|
|
+ if (boardView === 'board-view-swimlanes' || currentBoard.isTemplatesBoard())
|
|
|
swimlaneId = Blaze.getData(ui.item.parents('.swimlane').get(0))._id;
|
|
|
else if ((boardView === 'board-view-lists') || (boardView === 'board-view-cal'))
|
|
|
swimlaneId = currentBoard.getDefaultSwimline()._id;
|