Commit 438acce5 authored by Johnny Leveneur's avatar Johnny Leveneur
Browse files

correction bug participant sans lien vers le type de user personnel ou etudiant

parent 775ba239
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -219,6 +219,8 @@ class ParticipantService
            $participant->setPrenom('');
        }
        $participant->setTypeUsager($usager);
        // Réaffecter l’usager (personnel ou étudiant) au participant, par mesure de sécurité.
        $participant->setUsager($usager);
        $this->update($participant);

        return $participant;