Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ Journal des modifications - [FIX] Bouton de dé·validation de la page de couverture : mécanisme de confirmation plus léger (js). - [FIX] Plantage dans la génération de doc à cause d'une signature de méthode dans AdmissionFinancementTemplateVariable. - [FIX] Modue Dépôt de thèse : impossibilité de déposer des fichiers hors PDF expurgés pour une version corrigée (aka second dépôt). - [FIX] Modue Dépôt de thèse : impossibilité de supprimer le fichier de thèse PDF expurgé pour une version corrigée (aka second dépôt). 10.2.1 ------ Loading module/Depot/src/Depot/Service/Validation/DepotValidationService.php +1 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,7 @@ class DepotValidationService return $validationThese; } /** * @param These $these * @return ValidationThese */ public function unvalidateDepotTheseCorrigee(These $these): ValidationThese public function unvalidateDepotTheseCorrigee(These $these): ?ValidationThese { $qb = $this->validationTheseService->getRepository()->createQueryBuilder('v') ->andWhereTheseIs($these) Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ Journal des modifications - [FIX] Bouton de dé·validation de la page de couverture : mécanisme de confirmation plus léger (js). - [FIX] Plantage dans la génération de doc à cause d'une signature de méthode dans AdmissionFinancementTemplateVariable. - [FIX] Modue Dépôt de thèse : impossibilité de déposer des fichiers hors PDF expurgés pour une version corrigée (aka second dépôt). - [FIX] Modue Dépôt de thèse : impossibilité de supprimer le fichier de thèse PDF expurgé pour une version corrigée (aka second dépôt). 10.2.1 ------ Loading
module/Depot/src/Depot/Service/Validation/DepotValidationService.php +1 −5 Original line number Diff line number Diff line Loading @@ -108,11 +108,7 @@ class DepotValidationService return $validationThese; } /** * @param These $these * @return ValidationThese */ public function unvalidateDepotTheseCorrigee(These $these): ValidationThese public function unvalidateDepotTheseCorrigee(These $these): ?ValidationThese { $qb = $this->validationTheseService->getRepository()->createQueryBuilder('v') ->andWhereTheseIs($these) Loading