Commit 80d72ff4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction bug dans le message 'aucune validation trouvée' : affichage de l'id de la thèse

parent ec4628f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ class ValidationService extends BaseService

        if (!$v) {
            throw new RuntimeException(
                sprintf("Aucune validation de type '%s' trouvée pour la thèse %s", TypeValidation::CODE_RDV_BU, $these));
                sprintf("Aucune validation de type '%s' trouvée pour la thèse %s", TypeValidation::CODE_RDV_BU, $these->getId()));
        }

        $v->historiser();