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