Skip to content
Snippets Groups Projects
Commit e9107eb9 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

[FIX] Warning PHP à propos d'une variable indéfinie (typeValidation) sur la...

[FIX] Warning PHP à propos d'une variable indéfinie (typeValidation) sur la page des rapports d'activités d'un doctorant.
parent 7ca2d3ed
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,6 @@ use These\Filter\ActeursFormatter;
* @var RapportActivite[] $rapports
* @var array[] $operationss
*
* @var TypeValidation $typeValidation
*
* @var bool $displayEtablissement
* @var bool $displayType
* @var bool $displayDoctorant
......
......@@ -16,7 +16,6 @@ use These\Entity\Db\These;
* @var RapportActivite[] $rapports
* @var array $typesRapportPossiblesData
* @var array[] $operationss
* @var TypeValidation $typeValidation
* @var string $returnUrl
* @var \DateTime[] $campagneDepotDates
*
......@@ -67,7 +66,6 @@ $campagneDepotDateFin = $campagneDepotDates[RapportActiviteParametres::CAMPAGNE_
<?php echo $this->partial('rapport-activite/partial/rapports-table', [
'rapports' => $rapports,
'operationss' => $operationss,
'typeValidation' => $typeValidation,
'returnUrl' => $returnUrl,
'displayEtablissement' => false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment