Skip to content

Commit

Permalink
Merge pull request #108 from varianter/employee/fix-missing-startdate…
Browse files Browse the repository at this point in the history
…-in-extended-endpoint

Fix: Add missing StartDate in EmployeeExtendedJson
  • Loading branch information
marantho authored Oct 17, 2023
2 parents 3645b01 + b52afb8 commit 544fbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Web/ViewModels/ModelConverters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static EmployeeExtendedJson ToEmployeeExtendedJson(Employee employee)
Telephone = employee.EmployeeInformation.Telephone,
ImageUrl = employee.EmployeeInformation.ImageUrl,
OfficeName = employee.EmployeeInformation.OfficeName,
StartDate = employee.EmployeeInformation.StartDate,
AccountNumber = employee.EmployeeInformation.AccountNumber,
Address = employee.EmployeeInformation.Address,
ZipCode = employee.EmployeeInformation.ZipCode,
Expand Down

0 comments on commit 544fbe7

Please sign in to comment.