Fixed cards export

Fixed cards export.
This commit is contained in:
ymeramees 2018-09-09 14:23:53 +03:00
parent 960cb27eef
commit d18cd59c05

View file

@ -45,7 +45,7 @@ class Exporter {
build() { build() {
const byBoard = { boardId: this._boardId }; 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 // we do not want to retrieve boardId in related elements
const noBoardId = { fields: { boardId: 0 } }; const noBoardId = { fields: { boardId: 0 } };
const result = { const result = {