mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-13 13:22:28 +00:00
Fix bug where users can't be deleted (#648)
* Add username to mod cases if user is deleted * Add timezone package to docker container * Remove extra space in migration sql statement * Changes from self-review
This commit is contained in:
parent
2c2f31ad38
commit
4559d26a54
15 changed files with 170 additions and 83 deletions
|
@ -27,6 +27,7 @@ public class ModerationCaseController : ControllerBase
|
|||
|
||||
@case.DismissedAt = DateTime.Now;
|
||||
@case.DismisserId = user.UserId;
|
||||
@case.DismisserUsername = user.Username;
|
||||
|
||||
@case.Processed = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue