Ag Grid anpassungen
This commit is contained in:
@@ -34,6 +34,9 @@ export class EmailLog {
|
||||
@Column({type: 'boolean'})
|
||||
success: boolean;
|
||||
|
||||
@Column({type: 'text', default: null})
|
||||
context: boolean;
|
||||
|
||||
@AfterLoad()
|
||||
setType() {
|
||||
this.eventName = EmailEvent[this.type]
|
||||
|
||||
Reference in New Issue
Block a user