1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Include due date when importing from Trello

Closes #598
This commit is contained in:
Maksim Eltyshev 2024-02-08 13:30:07 +01:00
parent e595242258
commit 580a07bba3

View file

@ -107,6 +107,7 @@ module.exports = {
position: trelloCard.pos,
name: trelloCard.name,
description: trelloCard.desc || null,
dueDate: trelloCard.due,
}).fetch();
await importCardLabels(plankaCard, trelloCard);