mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user