|
@@ -672,7 +672,7 @@ BlazeComponent.extendComponent({
|
|
element.sort = Boards.findOne(this.boardId)
|
|
element.sort = Boards.findOne(this.boardId)
|
|
.swimlanes()
|
|
.swimlanes()
|
|
.count();
|
|
.count();
|
|
- element.type = 'swimlalne';
|
|
|
|
|
|
+ element.type = 'swimlane';
|
|
_id = element.copy(this.boardId);
|
|
_id = element.copy(this.boardId);
|
|
} else if (this.isBoardTemplateSearch) {
|
|
} else if (this.isBoardTemplateSearch) {
|
|
board = Boards.findOne(element.linkedId);
|
|
board = Boards.findOne(element.linkedId);
|