소스 검색

Fixed cards export

Fixed cards export.
ymeramees 6 년 전
부모
커밋
d18cd59c05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      models/export.js

+ 1 - 1
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 = {