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
8f107429
Commit
8f107429
authored
May 24, 2022
by
Antony Le Courtes
Browse files
Correction init formulaire dossier intervenant
parent
6a3a430d
Changes
1
Show whitespace changes
Inline
Side-by-side
module/Application/src/Controller/IntervenantDossierController.php
View file @
8f107429
...
...
@@ -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
([
...
...
Write
Preview
Supports
Markdown
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