Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
77025748
Commit
77025748
authored
Feb 5, 2019
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Correction bug recherche filtre par intervenant dans Services
parent
6dd5995b
No related branches found
No related tags found
1 merge request
!23
V8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+7
-0
7 additions, 0 deletions
CHANGELOG
module/Application/src/Application/Hydrator/Service/RechercheHydrator.php
+2
-1
2 additions, 1 deletion
...on/src/Application/Hydrator/Service/RechercheHydrator.php
with
9 additions
and
1 deletion
CHANGELOG
+
7
−
0
View file @
77025748
...
@@ -3,6 +3,13 @@ title: "Changements intervenus sur OSE"
...
@@ -3,6 +3,13 @@ title: "Changements intervenus sur OSE"
author: Laurent Lécluse - DSI - Unicaen
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
#OSE 8.0.1
## Corrections de bugs
## Corrections de bugs
...
...
This diff is collapsed.
Click to expand it.
module/Application/src/Application/Hydrator/Service/RechercheHydrator.php
+
2
−
1
View file @
77025748
...
@@ -11,6 +11,7 @@ use Application\Entity\Db\TypeVolumeHoraire;
...
@@ -11,6 +11,7 @@ use Application\Entity\Db\TypeVolumeHoraire;
use
Application\Service\Traits\NiveauEtapeServiceAwareTrait
;
use
Application\Service\Traits\NiveauEtapeServiceAwareTrait
;
use
UnicaenApp\Service\EntityManagerAwareInterface
;
use
UnicaenApp\Service\EntityManagerAwareInterface
;
use
UnicaenApp\Service\EntityManagerAwareTrait
;
use
UnicaenApp\Service\EntityManagerAwareTrait
;
use
Zend\Stdlib\Hydrator\HydratorInterface
;
/**
/**
...
@@ -18,7 +19,7 @@ use UnicaenApp\Service\EntityManagerAwareTrait;
...
@@ -18,7 +19,7 @@ use UnicaenApp\Service\EntityManagerAwareTrait;
*
*
* @author Laurent LÉCLUSE <laurent.lecluse at unicaen.fr>
* @author Laurent LÉCLUSE <laurent.lecluse at unicaen.fr>
*/
*/
class
RechercheHydrator
implements
EntityManagerAwareInterface
class
RechercheHydrator
implements
EntityManagerAwareInterface
,
HydratorInterface
{
{
use
EntityManagerAwareTrait
;
use
EntityManagerAwareTrait
;
use
NiveauEtapeServiceAwareTrait
;
use
NiveauEtapeServiceAwareTrait
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment