Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal
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
sygal
Commits
1e1c2755
Commit
1e1c2755
authored
Jan 17, 2020
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
La variable TRIBUNAL_COMPETENT n'est plus remontée des établissements
parent
5abbea9b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
module/Application/src/Application/Controller/TheseController.php
+0
-3
0 additions, 3 deletions
...pplication/src/Application/Controller/TheseController.php
module/Application/src/Application/Entity/Db/Variable.php
+0
-1
0 additions, 1 deletion
module/Application/src/Application/Entity/Db/Variable.php
with
0 additions
and
4 deletions
module/Application/src/Application/Controller/TheseController.php
+
0
−
3
View file @
1e1c2755
...
@@ -1325,7 +1325,6 @@ class TheseController extends AbstractController
...
@@ -1325,7 +1325,6 @@ class TheseController extends AbstractController
$codes
=
[
$codes
=
[
Variable
::
CODE_ETB_LIB
,
Variable
::
CODE_ETB_LIB
,
Variable
::
CODE_ETB_ART_ETB_LIB
,
Variable
::
CODE_ETB_ART_ETB_LIB
,
Variable
::
CODE_TRIBUNAL_COMPETENT
,
];
];
$dateObs
=
$these
->
getDateSoutenance
()
?:
$these
->
getDatePrevisionSoutenance
();
$dateObs
=
$these
->
getDateSoutenance
()
?:
$these
->
getDatePrevisionSoutenance
();
$variableRepo
=
$this
->
variableService
->
getRepository
();
$variableRepo
=
$this
->
variableService
->
getRepository
();
...
@@ -1335,7 +1334,6 @@ class TheseController extends AbstractController
...
@@ -1335,7 +1334,6 @@ class TheseController extends AbstractController
$libEtablissementA
=
"à "
.
$letab
;
$libEtablissementA
=
"à "
.
$letab
;
$libEtablissementLe
=
$letab
;
$libEtablissementLe
=
$letab
;
$libEtablissementDe
=
"de "
.
$letab
;
$libEtablissementDe
=
"de "
.
$letab
;
$libTribunal
=
lcfirst
(
$vars
[
Variable
::
CODE_TRIBUNAL_COMPETENT
]
->
getValeur
());
$renderer
=
$this
->
getServiceLocator
()
->
get
(
'view_renderer'
);
/* @var $renderer \Zend\View\Renderer\PhpRenderer */
$renderer
=
$this
->
getServiceLocator
()
->
get
(
'view_renderer'
);
/* @var $renderer \Zend\View\Renderer\PhpRenderer */
$exporter
=
new
ConventionPdfExporter
(
$renderer
,
'A4'
);
$exporter
=
new
ConventionPdfExporter
(
$renderer
,
'A4'
);
...
@@ -1348,7 +1346,6 @@ class TheseController extends AbstractController
...
@@ -1348,7 +1346,6 @@ class TheseController extends AbstractController
'libEtablissementA'
=>
$libEtablissementA
,
'libEtablissementA'
=>
$libEtablissementA
,
'libEtablissementLe'
=>
$libEtablissementLe
,
'libEtablissementLe'
=>
$libEtablissementLe
,
'libEtablissementDe'
=>
$libEtablissementDe
,
'libEtablissementDe'
=>
$libEtablissementDe
,
'libTribunal'
=>
$libTribunal
,
]);
]);
$exporter
->
export
(
'export.pdf'
);
$exporter
->
export
(
'export.pdf'
);
exit
;
exit
;
...
...
This diff is collapsed.
Click to expand it.
module/Application/src/Application/Entity/Db/Variable.php
+
0
−
1
View file @
1e1c2755
...
@@ -21,7 +21,6 @@ class Variable implements HistoriqueAwareInterface
...
@@ -21,7 +21,6 @@ class Variable implements HistoriqueAwareInterface
const
CODE_ETB_LIB
=
'ETB_LIB'
;
// Ex: "Université de Caen Normandie"
const
CODE_ETB_LIB
=
'ETB_LIB'
;
// Ex: "Université de Caen Normandie"
const
CODE_ETB_LIB_TIT_RESP
=
'ETB_LIB_TIT_RESP'
;
// Ex: "Le Président"
const
CODE_ETB_LIB_TIT_RESP
=
'ETB_LIB_TIT_RESP'
;
// Ex: "Le Président"
const
CODE_ETB_LIB_NOM_RESP
=
'ETB_LIB_NOM_RESP'
;
// Ex: "Pierre Denise"
const
CODE_ETB_LIB_NOM_RESP
=
'ETB_LIB_NOM_RESP'
;
// Ex: "Pierre Denise"
const
CODE_TRIBUNAL_COMPETENT
=
'TRIBUNAL_COMPETENT'
;
// Ex: "Trinbunal administratif de Caen"
/**
/**
* @var string
* @var string
...
...
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