Răsfoiți Sursa

Fixed cards export

Fixed cards export.
ymeramees 6 ani în urmă
părinte
comite
d18cd59c05
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      models/export.js

+ 1 - 1
models/export.js

@@ -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 = {