|
@@ -48,7 +48,7 @@ class Exporter {
|
|
|
|
|
|
build() {
|
|
build() {
|
|
const byBoard = { boardId: this._boardId };
|
|
const byBoard = { boardId: this._boardId };
|
|
- const byBoardNoLinked = { boardId: this._boardId, linkedId: '' };
|
|
|
|
|
|
+ const byBoardNoLinked = { boardId: this._boardId, linkedId: {$in: ['', null] } };
|
|
// we do not want to retrieve boardId in related elements
|
|
// we do not want to retrieve boardId in related elements
|
|
const noBoardId = {
|
|
const noBoardId = {
|
|
fields: {
|
|
fields: {
|