mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
remove todo as there is an issue now
This commit is contained in:
parent
4379668268
commit
277df94052
@ -37,7 +37,6 @@ export class Event extends BaseEntity {
|
||||
@JoinColumn({ name: 'affected_user_id', referencedColumnName: 'id' })
|
||||
affectedUser: User
|
||||
|
||||
// TODO potentially save actingRole as well
|
||||
@Column({ name: 'acting_user_id', unsigned: true, nullable: false })
|
||||
actingUserId: number
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user