From d18cd59c0566d31bb6769ec9b53ee70f67208167 Mon Sep 17 00:00:00 2001 From: ymeramees Date: Sun, 9 Sep 2018 14:23:53 +0300 Subject: Fixed cards export Fixed cards export. --- models/export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/export.js b/models/export.js index c8f08875..93f16e54 100644 --- a/models/export.js +++ b/models/export.js @@ -45,7 +45,7 @@ class Exporter { build() { const byBoard = { boardId: this._boardId }; - const byBoardNoLinked = { boardId: this._boardId, linkedId: null }; + const byBoardNoLinked = { boardId: this._boardId, linkedId: "" }; // we do not want to retrieve boardId in related elements const noBoardId = { fields: { boardId: 0 } }; const result = { -- cgit v1.2.3-1-g7c22