From ec0a8449ba98aea708e484d386e5a209e2be8fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manelli?= Date: Fri, 2 Feb 2018 23:04:54 -0300 Subject: Fix import wekan board with swimlanes --- models/export.js | 1 + 1 file changed, 1 insertion(+) (limited to 'models/export.js') diff --git a/models/export.js b/models/export.js index 49656134..c6632198 100644 --- a/models/export.js +++ b/models/export.js @@ -53,6 +53,7 @@ class Exporter { _.extend(result, Boards.findOne(this._boardId, { fields: { stars: 0 } })); result.lists = Lists.find(byBoard, noBoardId).fetch(); result.cards = Cards.find(byBoard, noBoardId).fetch(); + result.swimlanes = Swimlanes.find(byBoard, noBoardId).fetch(); result.comments = CardComments.find(byBoard, noBoardId).fetch(); result.activities = Activities.find(byBoard, noBoardId).fetch(); result.checklists = []; -- cgit v1.2.3-1-g7c22