mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Fix import wekan board with swimlanes
This commit is contained in:
parent
9df3e3d26b
commit
ec0a8449ba
2 changed files with 37 additions and 0 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue