mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
parent
3c8c04fd37
commit
6d9ce56f4a
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ module.exports = {
|
||||||
position: trelloCard.pos,
|
position: trelloCard.pos,
|
||||||
name: trelloCard.name,
|
name: trelloCard.name,
|
||||||
description: trelloCard.desc || null,
|
description: trelloCard.desc || null,
|
||||||
|
dueDate: trelloCard.due,
|
||||||
}).fetch();
|
}).fetch();
|
||||||
|
|
||||||
await importCardLabels(plankaCard, trelloCard);
|
await importCardLabels(plankaCard, trelloCard);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue