Loading CHANGELOG +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ title: "Changements intervenus sur OSE" author: Laurent Lécluse - DSI - Unicaen ... #OSE 8.0.2 ## Corrections de bugs * Dans l'onglet Services, le filtre par intervenant fonctionne à nouveau #OSE 8.0.1 ## Corrections de bugs Loading module/Application/src/Application/Hydrator/Service/RechercheHydrator.php +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ use Application\Entity\Db\TypeVolumeHoraire; use Application\Service\Traits\NiveauEtapeServiceAwareTrait; use UnicaenApp\Service\EntityManagerAwareInterface; use UnicaenApp\Service\EntityManagerAwareTrait; use Zend\Stdlib\Hydrator\HydratorInterface; /** Loading @@ -18,7 +19,7 @@ use UnicaenApp\Service\EntityManagerAwareTrait; * * @author Laurent LÉCLUSE <laurent.lecluse at unicaen.fr> */ class RechercheHydrator implements EntityManagerAwareInterface class RechercheHydrator implements EntityManagerAwareInterface, HydratorInterface { use EntityManagerAwareTrait; use NiveauEtapeServiceAwareTrait; Loading Loading
CHANGELOG +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ title: "Changements intervenus sur OSE" author: Laurent Lécluse - DSI - Unicaen ... #OSE 8.0.2 ## Corrections de bugs * Dans l'onglet Services, le filtre par intervenant fonctionne à nouveau #OSE 8.0.1 ## Corrections de bugs Loading
module/Application/src/Application/Hydrator/Service/RechercheHydrator.php +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ use Application\Entity\Db\TypeVolumeHoraire; use Application\Service\Traits\NiveauEtapeServiceAwareTrait; use UnicaenApp\Service\EntityManagerAwareInterface; use UnicaenApp\Service\EntityManagerAwareTrait; use Zend\Stdlib\Hydrator\HydratorInterface; /** Loading @@ -18,7 +19,7 @@ use UnicaenApp\Service\EntityManagerAwareTrait; * * @author Laurent LÉCLUSE <laurent.lecluse at unicaen.fr> */ class RechercheHydrator implements EntityManagerAwareInterface class RechercheHydrator implements EntityManagerAwareInterface, HydratorInterface { use EntityManagerAwareTrait; use NiveauEtapeServiceAwareTrait; Loading