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
6a8112e6
Commit
6a8112e6
authored
May 24, 2022
by
Antony Le Courtes
Browse files
Options
Downloads
Patches
Plain Diff
Correction init formulaire dossier intervenant
parent
5b8e62b2
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/Controller/IntervenantDossierController.php
+17
-25
17 additions, 25 deletions
...plication/src/Controller/IntervenantDossierController.php
with
17 additions
and
25 deletions
module/Application/src/Controller/IntervenantDossierController.php
+
17
−
25
View file @
6a8112e6
...
...
@@ -53,7 +53,6 @@ class IntervenantDossierController extends AbstractController
}
public
function
indexAction
()
{
$this
->
initFilters
();
...
...
@@ -88,7 +87,7 @@ class IntervenantDossierController extends AbstractController
$intervenantDossier
=
$this
->
getServiceDossier
()
->
save
(
$intervenantDossier
);
/*On reinitialise le formulaire car le statut du dossier a
pu être changé donc les règles d'affichage ne sont plus les mêmes*/
$form
=
$this
->
getFormIntervenantIntervenantDossier
(
$intervenant
);
$form
=
$this
->
getFormIntervenantIntervenantDossier
(
)
->
setIntervenant
(
$intervenant
)
->
initForm
(
);
$form
->
bind
(
$intervenantDossier
);
//Alimentation de la table INDIC_MODIF_DOSSIER
$this
->
getServiceDossier
()
->
updateIndicModifDossier
(
$intervenant
,
$intervenantDossier
);
...
...
@@ -155,7 +154,6 @@ class IntervenantDossierController extends AbstractController
}
public
function
changeStatutDossierAction
()
{
if
(
$this
->
getRequest
()
->
isPost
())
{
...
...
@@ -191,7 +189,6 @@ class IntervenantDossierController extends AbstractController
}
public
function
validerAction
()
{
$this
->
initFilters
();
...
...
@@ -216,7 +213,6 @@ class IntervenantDossierController extends AbstractController
}
public
function
devaliderAction
()
{
$this
->
initFilters
();
...
...
@@ -236,7 +232,6 @@ class IntervenantDossierController extends AbstractController
}
public
function
supprimerAction
()
{
$this
->
initFilters
();
...
...
@@ -257,7 +252,6 @@ class IntervenantDossierController extends AbstractController
}
public
function
differencesAction
()
{
$intervenant
=
$this
->
getEvent
()
->
getParam
(
'intervenant'
);
...
...
@@ -285,7 +279,6 @@ class IntervenantDossierController extends AbstractController
}
public
function
purgerDifferencesAction
()
{
$intervenant
=
$this
->
getEvent
()
->
getParam
(
'intervenant'
);
...
...
@@ -311,7 +304,6 @@ class IntervenantDossierController extends AbstractController
}
private
function
updateTableauxBord
(
Intervenant
$intervenant
,
$validation
=
false
)
{
$this
->
getServiceWorkflow
()
->
calculerTableauxBord
([
...
...
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