mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
Fixed bug with bug close date
This commit is contained in:
parent
a2cbddfbfd
commit
4fd744368c
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ public ActionResult PostBug(PostBugViewModel model)
|
|||
|
||||
bug.Id = id;
|
||||
bug.Open = true;
|
||||
bug.ClosedAt = DateTime.Now;
|
||||
bug.Reporter = User.Identity.GetUserId();
|
||||
bug.ReportedAt = DateTime.Now;
|
||||
bug.Species = model.SpeciesId;
|
||||
|
|
Loading…
Reference in a new issue