mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Withdrew createdAt = new Date() and use updatedAt or createdAt from the contribution.
This commit is contained in:
parent
ce73e2c447
commit
68aa0a5d07
@ -235,7 +235,6 @@ export class ContributionResolver {
|
||||
changeMessage += 'Altes Beitragsdatum: ' + contributionToUpdate.contributionDate
|
||||
}
|
||||
contributionMessage.message = changeMessage
|
||||
contributionMessage.createdAt = new Date()
|
||||
contributionMessage.isModerator = false
|
||||
contributionMessage.userId = user.id
|
||||
contributionMessage.type = ContributionMessageType.HISTORY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user