Titel und Kurzbeschreibung hinzugefügt
This commit is contained in:
@@ -90,6 +90,8 @@ namespace SZUAbsolventenverein.Module.PremiumArea.Repository
|
||||
if (existing != null)
|
||||
{
|
||||
existing.FileId = EngineerApplication.FileId;
|
||||
existing.Title = EngineerApplication.Title;
|
||||
existing.ShortDescription = EngineerApplication.ShortDescription;
|
||||
existing.Status = EngineerApplication.Status;
|
||||
existing.SubmittedOn = EngineerApplication.SubmittedOn;
|
||||
existing.ApprovedOn = EngineerApplication.ApprovedOn;
|
||||
|
||||
Reference in New Issue
Block a user