Added customFields export.

reviewable/pr1886/r2
Ymeramees 7 years ago
parent cdab6076cc
commit 960cb27eef
  1. 1
      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 = [];

Loading…
Cancel
Save