Add historyType and historyId to Appeal, update database schema, API, and email templates to include punishment details.
This commit is contained in:
@@ -145,6 +145,7 @@ export class AppealComponent implements OnInit, AfterViewInit {
|
||||
appeal: rawValue.appeal,
|
||||
email: rawValue.email,
|
||||
punishmentId: this.selectedPunishment()!.id,
|
||||
punishmentType: this.selectedPunishment()!.type,
|
||||
username: this.authService.username()!,
|
||||
uuid: uuid
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user