mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
parent
7faff44825
commit
00d581245c
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export class Exporter {
|
||||||
);
|
);
|
||||||
result.subtaskItems.push(
|
result.subtaskItems.push(
|
||||||
...Cards.find({
|
...Cards.find({
|
||||||
parentid: card._id,
|
parentId: card._id,
|
||||||
}).fetch(),
|
}).fetch(),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue