mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix dates of activities related to comments imported from Trello
This commit is contained in:
parent
f1488436b8
commit
a2d7e2cb74
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ export class TrelloCreator {
|
|||
boardId: commentToCreate.boardId,
|
||||
cardId: commentToCreate.cardId,
|
||||
commentId,
|
||||
createdAt: this._now(commentToCreate.createdAt),
|
||||
createdAt: this._now(comment.date),
|
||||
// we attribute the addComment (not the import)
|
||||
// to the original author - it is needed by some UI elements.
|
||||
userId: commentToCreate.userId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue