From ecd95a55450783d3c5e97ebc6ee827d603f35bb2 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Thu, 18 Mar 2021 14:15:59 +0100 Subject: [PATCH] demandeFormationDTO: Remplacement de FormationDTO par FormationDetailsDTO --- src/app/shared/api-swagger/model/demandeFormationDTO.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shared/api-swagger/model/demandeFormationDTO.ts b/src/app/shared/api-swagger/model/demandeFormationDTO.ts index cd61148..8c09751 100644 --- a/src/app/shared/api-swagger/model/demandeFormationDTO.ts +++ b/src/app/shared/api-swagger/model/demandeFormationDTO.ts @@ -12,7 +12,7 @@ import { CollaborateurDTO } from './collaborateurDTO'; import { EpInformationDTO } from './epInformationDTO'; import { EtatDemande } from './etatDemande'; -import { FormationDTO } from './formationDTO'; +import { FormationDetailsDTO } from './formationDetailsDTO'; import { OrigineDemandeFormationDTO } from './origineDemandeFormationDTO'; /** @@ -51,5 +51,5 @@ export interface DemandeFormationDTO { origine?: OrigineDemandeFormationDTO; collaborateur?: CollaborateurDTO; ep?: EpInformationDTO; - formation?: FormationDTO; + formation?: FormationDetailsDTO; } \ No newline at end of file