Browse Source

Added customFields export.

Ymeramees 6 years ago
parent
commit
960cb27eef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/export.js

+ 1 - 0
models/export.js

@@ -55,6 +55,7 @@ class Exporter {
     result.lists = Lists.find(byBoard, noBoardId).fetch();
     result.cards = Cards.find(byBoardNoLinked, noBoardId).fetch();
     result.swimlanes = Swimlanes.find(byBoard, noBoardId).fetch();
+    result.customFields = CustomFields.find(byBoard, noBoardId).fetch();
     result.comments = CardComments.find(byBoard, noBoardId).fetch();
     result.activities = Activities.find(byBoard, noBoardId).fetch();
     result.checklists = [];