Loading module/Application/src/Application/Form/StatutIntervenant/StatutIntervenantSaisieForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -472,6 +472,7 @@ class StatutIntervenantHydrator implements HydratorInterface $tasToCreate->setType($ta); $tasToCreate->setStatut($object); $this->getServiceTypeAgrementStatut()->save($tasToCreate); $object->addTypeAgrementStatut($tasToCreate); } } Loading Loading
module/Application/src/Application/Form/StatutIntervenant/StatutIntervenantSaisieForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -472,6 +472,7 @@ class StatutIntervenantHydrator implements HydratorInterface $tasToCreate->setType($ta); $tasToCreate->setStatut($object); $this->getServiceTypeAgrementStatut()->save($tasToCreate); $object->addTypeAgrementStatut($tasToCreate); } } Loading