mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 16:11:47 +01:00
Added customFields export.
This commit is contained in:
parent
cdab6076cc
commit
960cb27eef
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue