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
8b93f3b3
Commit
8b93f3b3
authored
Dec 16, 2019
by
Antony Le Courtes
Browse files
Options
Downloads
Patches
Plain Diff
- Envoyer le contrat par email à l'intervenant.
parent
26ede631
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/ContratController.php
+9
-18
9 additions, 18 deletions
...lication/src/Application/Controller/ContratController.php
with
9 additions
and
18 deletions
module/Application/src/Application/Controller/ContratController.php
+
9
−
18
View file @
8b93f3b3
...
...
@@ -353,8 +353,7 @@ class ContratController extends AbstractController
*
* @return Response
*/
public
function
deposerFichierAction
()
public
function
deposerFichierAction
()
{
$contrat
=
$this
->
getEvent
()
->
getParam
(
'contrat'
);
/* @var $contrat Contrat */
...
...
@@ -383,8 +382,7 @@ class ContratController extends AbstractController
*
* @return aarray
*/
public
function
listerFichierAction
()
public
function
listerFichierAction
()
{
$contrat
=
$this
->
getEvent
()
->
getParam
(
'contrat'
);
/* @var $contrat Contrat */
...
...
@@ -405,8 +403,7 @@ class ContratController extends AbstractController
*
* @throws UnAuthorizedException
*/
public
function
telechargerFichierAction
()
public
function
telechargerFichierAction
()
{
$contrat
=
$this
->
getEvent
()
->
getParam
(
'contrat'
);
/* @var $contrat Contrat */
...
...
@@ -428,8 +425,7 @@ class ContratController extends AbstractController
* @return Response
* @throws UnAuthorizedException
*/
public
function
supprimerFichierAction
()
public
function
supprimerFichierAction
()
{
$this
->
initFilters
();
...
...
@@ -455,8 +451,7 @@ class ContratController extends AbstractController
private
function
updateTableauxBord
(
Intervenant
$intervenant
)
private
function
updateTableauxBord
(
Intervenant
$intervenant
)
{
$this
->
getServiceWorkflow
()
->
calculerTableauxBord
([
'formule'
,
...
...
@@ -466,8 +461,7 @@ class ContratController extends AbstractController
public
function
modelesListeAction
()
public
function
modelesListeAction
()
{
$modeles
=
$this
->
getServiceModeleContrat
()
->
getList
();
...
...
@@ -476,8 +470,7 @@ class ContratController extends AbstractController
public
function
modelesEditerAction
()
public
function
modelesEditerAction
()
{
/* @var $modeleContrat ModeleContrat */
$modeleContrat
=
$this
->
getEvent
()
->
getParam
(
'modeleContrat'
);
...
...
@@ -505,8 +498,7 @@ class ContratController extends AbstractController
public
function
modelesSupprimerAction
()
public
function
modelesSupprimerAction
()
{
/* @var $modeleContrat ModeleContrat */
$modeleContrat
=
$this
->
getEvent
()
->
getParam
(
'modeleContrat'
);
...
...
@@ -523,8 +515,7 @@ class ContratController extends AbstractController
public
function
modelesTelechargerAction
()
public
function
modelesTelechargerAction
()
{
/* @var $modeleContrat ModeleContrat */
$modeleContrat
=
$this
->
getEvent
()
->
getParam
(
'modeleContrat'
);
...
...
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