mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-27 19:22:27 +00:00
Rename case properties, add dismissal button
This commit is contained in:
parent
b3d91fd470
commit
1996c1cdbb
7 changed files with 233 additions and 45 deletions
|
@ -22,11 +22,11 @@ public class NewCasePage : BaseLayout
|
|||
{
|
||||
ModerationCase @case = new()
|
||||
{
|
||||
CaseType = (CaseType)type,
|
||||
CaseDescription = description,
|
||||
CaseExpires = expires,
|
||||
CaseCreated = DateTime.Now,
|
||||
CaseCreatorId = 1,
|
||||
Type = (CaseType)type,
|
||||
Description = description,
|
||||
ExpiresAt = expires,
|
||||
CreatedAt = DateTime.Now,
|
||||
CreatorId = 1,
|
||||
AffectedId = affectedId,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue