mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00: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 @@ namespace Project_Unite.Controllers
|
||||||
|
|
||||||
bug.Id = id;
|
bug.Id = id;
|
||||||
bug.Open = true;
|
bug.Open = true;
|
||||||
|
bug.ClosedAt = DateTime.Now;
|
||||||
bug.Reporter = User.Identity.GetUserId();
|
bug.Reporter = User.Identity.GetUserId();
|
||||||
bug.ReportedAt = DateTime.Now;
|
bug.ReportedAt = DateTime.Now;
|
||||||
bug.Species = model.SpeciesId;
|
bug.Species = model.SpeciesId;
|
||||||
|
|
Loading…
Add table
Reference in a new issue