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]
|
||||
|
||||
@@ -20,6 +20,9 @@ export class UserSettings {
|
||||
@Column({ name: 'send_system_update_notification', default: true, type: 'boolean'})
|
||||
sendSystemUpdateMails: boolean;
|
||||
|
||||
@Column({ name: 'ui_scale', default: 'm' })
|
||||
uiScale: 's' | 'm' | 'l';
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user