Skip to content
Snippets Groups Projects

Add email to flexdelft application export

4 files
+ 13
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -52,6 +52,7 @@ public record FlexDelftExport(PersonSummaryDTO applicant, Profile applicantProfi
if (jobOffer != null) {
return new String[] {
applicant.getDisplayName(),
applicant.getEmail(),
jobOffer.getContractName(),
jobOffer.getBaanCode(),
approver.getDisplayName(),
Loading