Commit d17f8972 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

[FIX] Le titre de thèse peut être null

parent f68e5fed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) :