Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Journal des modifications ----- - [FIX] exploitation de la récupération des chemins plutôt que des contenus pour la génération des convocations - Réorganisation des ménus latéraux de l'accueil du site - [FIX] Correction de bug dans les assertions du domaine Thèse. - Renommage et réordonancement de menus. 5.2.1 Loading module/These/src/These/Assertion/These/TheseAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ class TheseAssertion extends AbstractAssertion implements WorkflowServiceAwareIn } if ($this->these === null) { return false; return true; } // if (! $this->userContextService->isStructureDuRoleRespecteeForThese($this->these)) { Loading module/These/src/These/Assertion/These/TheseEntityAssertion.php +2 −2 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ class TheseEntityAssertion extends GeneratedTheseEntityAssertion protected function isCorrectionAttendue(): bool { return $this->these->getCorrectionAutorisee(); return $this->these->isCorrectionAutorisee(); } protected function isDepotVersionCorrigeeValide(): bool Loading Loading @@ -219,7 +219,7 @@ class TheseEntityAssertion extends GeneratedTheseEntityAssertion private ?bool $existeFichierTheseVersionCorrigee = null; protected ?Doctorant $identityDoctorant; protected ?Doctorant $identityDoctorant = null; /** * @return Doctorant Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Journal des modifications ----- - [FIX] exploitation de la récupération des chemins plutôt que des contenus pour la génération des convocations - Réorganisation des ménus latéraux de l'accueil du site - [FIX] Correction de bug dans les assertions du domaine Thèse. - Renommage et réordonancement de menus. 5.2.1 Loading
module/These/src/These/Assertion/These/TheseAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ class TheseAssertion extends AbstractAssertion implements WorkflowServiceAwareIn } if ($this->these === null) { return false; return true; } // if (! $this->userContextService->isStructureDuRoleRespecteeForThese($this->these)) { Loading
module/These/src/These/Assertion/These/TheseEntityAssertion.php +2 −2 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ class TheseEntityAssertion extends GeneratedTheseEntityAssertion protected function isCorrectionAttendue(): bool { return $this->these->getCorrectionAutorisee(); return $this->these->isCorrectionAutorisee(); } protected function isDepotVersionCorrigeeValide(): bool Loading Loading @@ -219,7 +219,7 @@ class TheseEntityAssertion extends GeneratedTheseEntityAssertion private ?bool $existeFichierTheseVersionCorrigee = null; protected ?Doctorant $identityDoctorant; protected ?Doctorant $identityDoctorant = null; /** * @return Doctorant Loading