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

[FIX] Plantage dû à la méthode getDescription() inconnue sur la page d'accueil du doctorant.

parent d4839dfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ class EtatViewHelper extends AbstractHelper
        $view = $this->getView();
        $view->resolver()->attach(new TemplatePathStack(['script_paths' => [__DIR__ . "/partial"]]));

        return $view->partial('etat', ['etat' => $object->getEtat(), 'options' => $options]);
        return $view->partial('etat-formation', ['etat' => $object->getEtat(), 'options' => $options]);
    }
}
 No newline at end of file