Loading module/These/src/These/Entity/Db/These.php +1 −1 Original line number Diff line number Diff line Loading @@ -357,7 +357,7 @@ class These implements HistoriqueAwareInterface, ResourceInterface, SoutenanceTa return $this->sourceCode; } public function getTitre(): string public function getTitre(): ?string { return $this->source->estApogee() ? $this->getTitreApogeeFilter()->filter($this->titre) : Loading Loading
module/These/src/These/Entity/Db/These.php +1 −1 Original line number Diff line number Diff line Loading @@ -357,7 +357,7 @@ class These implements HistoriqueAwareInterface, ResourceInterface, SoutenanceTa return $this->sourceCode; } public function getTitre(): string public function getTitre(): ?string { return $this->source->estApogee() ? $this->getTitreApogeeFilter()->filter($this->titre) : Loading