From ce44d258077e55898139e51b1c0b305ec037d864 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Fri, 12 Mar 2021 09:16:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20jeu=20de=20donn?= =?UTF-8?q?=C3=A9es=20pour=20la=20partie=20demande=20de=20formation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EPAServeur/Context/DataSeeder.cs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/EPAServeur/Context/DataSeeder.cs b/EPAServeur/Context/DataSeeder.cs index 752ad9b..9ab8cfe 100644 --- a/EPAServeur/Context/DataSeeder.cs +++ b/EPAServeur/Context/DataSeeder.cs @@ -1081,6 +1081,7 @@ namespace EPAServeur.Context Etat = EtatDemande.EnAttente, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationApside, Ep = ep12 }; @@ -1096,6 +1097,7 @@ namespace EPAServeur.Context Etat = EtatDemande.EnAttente, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationApside, Ep = ep13 }; @@ -1111,6 +1113,7 @@ namespace EPAServeur.Context Etat = EtatDemande.EnAttente, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationClient, Ep = ep14 }; @@ -1126,6 +1129,7 @@ namespace EPAServeur.Context Etat = EtatDemande.EnAttente, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationClient, Ep = ep13 }; @@ -1141,6 +1145,7 @@ namespace EPAServeur.Context Etat = EtatDemande.Validee, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationEP, Ep = ep12 }; @@ -1151,11 +1156,12 @@ namespace EPAServeur.Context IdDemandeFormation = 6, Libelle = "Formation Vb.Net", Description = "Demande de formation Vb.Net avec WinForms", - DemandeRH = false, + DemandeRH = true, DateDemande = new DateTime(2020, 6, 22, 9, 0, 0), Etat = EtatDemande.Validee, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationEP, Ep = ep15 }; @@ -1171,6 +1177,7 @@ namespace EPAServeur.Context Etat = EtatDemande.Validee, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationReglement, Ep = ep16 }; @@ -1186,6 +1193,7 @@ namespace EPAServeur.Context Etat = EtatDemande.Validee, CommentaireRefus = null, DateDerniereReponse = null, + OrigineDemande = origineDemandeFormationReglement, Ep = ep16 }; @@ -1201,6 +1209,7 @@ namespace EPAServeur.Context Etat = EtatDemande.Rejetee, CommentaireRefus = "Aucune formation PHP pour le moment", DateDerniereReponse = new DateTime(2020, 9, 27, 9, 0, 0), + OrigineDemande = origineDemandeFormationCollaborateur, Ep = ep17 }; @@ -1216,6 +1225,7 @@ namespace EPAServeur.Context Etat = EtatDemande.Rejetee, CommentaireRefus = null, DateDerniereReponse = new DateTime(2020, 10, 27, 9, 0, 0), + OrigineDemande = origineDemandeFormationCollaborateur, Ep = ep18 }; @@ -1231,6 +1241,7 @@ namespace EPAServeur.Context Etat = EtatDemande.Rejetee, CommentaireRefus = null, DateDerniereReponse = new DateTime(2020, 11, 27, 9, 0, 0), + OrigineDemande = origineDemandeFormationCollaborateur, Ep = ep19 }; @@ -1246,6 +1257,7 @@ namespace EPAServeur.Context Etat = EtatDemande.Rejetee, CommentaireRefus = null, DateDerniereReponse = new DateTime(2020, 12, 27, 9, 0, 0), + OrigineDemande = origineDemandeFormationCollaborateur, Ep = ep20 };