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
a66a2859
Commit
a66a2859
authored
Sep 30, 2014
by
gauthierb
Browse files
Options
Downloads
Patches
Plain Diff
Correction requête qui utilisait l'ancien format de jointure de services.
parent
6fbf1d81
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/Application/src/Application/Controller/ValidationController.php
+2
-1
2 additions, 1 deletion
...ation/src/Application/Controller/ValidationController.php
with
2 additions
and
1 deletion
module/Application/src/Application/Controller/ValidationController.php
+
2
−
1
View file @
a66a2859
...
@@ -283,7 +283,8 @@ class ValidationController extends AbstractActionController implements ContextPr
...
@@ -283,7 +283,8 @@ class ValidationController extends AbstractActionController implements ContextPr
$messages
[]
=
"La validation des enseignements d'un intervenant vacataire se fait par chaque composante d'enseignement."
;
$messages
[]
=
"La validation des enseignements d'un intervenant vacataire se fait par chaque composante d'enseignement."
;
// fetch des structures d'intervention
// fetch des structures d'intervention
$qb
=
$serviceStructure
->
initQuery
()[
0
];
$qb
=
$serviceStructure
->
initQuery
()[
0
];
$serviceStructure
->
join
(
$serviceService
,
$qb
,
'id'
,
'structureEns'
);
$serviceStructure
->
finderByEnseignement
(
$qb
);
$serviceStructure
->
join
(
$serviceService
,
$qb
,
'service'
);
$serviceService
->
finderByContext
(
$qb
);
$serviceService
->
finderByContext
(
$qb
);
$structures
=
$serviceStructure
->
getList
(
$qb
);
$structures
=
$serviceStructure
->
getList
(
$qb
);
}
}
...
...
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