Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
77025748
Commit
77025748
authored
Feb 05, 2019
by
Laurent Lécluse
Browse files
Correction bug recherche filtre par intervenant dans Services
parent
6dd5995b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
77025748
...
...
@@ -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
...
...
module/Application/src/Application/Hydrator/Service/RechercheHydrator.php
View file @
77025748
...
...
@@ -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
;
/**
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment