mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add moderatorId to the object.
This commit is contained in:
parent
f6ba34f73b
commit
c27d64245b
@ -15,6 +15,7 @@ export class UnconfirmedContribution {
|
||||
this.firstName = user ? user.firstName : ''
|
||||
this.lastName = user ? user.lastName : ''
|
||||
this.email = user ? user.email : ''
|
||||
this.moderator = contribution.moderatorId
|
||||
this.creation = creations
|
||||
this.state = contribution.contributionStatus
|
||||
this.messages = contribution.messages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user