Skip to content

Commit

Permalink
Envoi mail en double en cas d'erreur
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-chmbn committed Sep 5, 2023
1 parent 263d3f3 commit 2b88d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public TheseResponseDto theseToDto(These these) {
.titrePrincipal(these.getTitrePrincipal())
.nnt(these.getNnt())
.dateSoutenance(these.getDateSoutenance())
.datePremiereInscriptionDoctorat(these.getDatePremiereInscriptionDoctorat())
.discipline(these.getDiscipline())
.titres(these.getTitres())
.resumes(these.getResumes())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class TheseResponseDto {
String titrePrincipal;
String nnt;
String dateSoutenance;
String datePremiereInscriptionDoctorat;
String discipline;
Map<String, String> titres;
Map<String, String> resumes;
Expand Down

0 comments on commit 2b88d97

Please sign in to comment.