Loading config/application.config.php +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ $modules = [ 'Soutenance', 'Notification', 'Information', 'Doctorant', // 'StepStar', 'Application', ]; Loading data/assertions/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ concerné : le prédicat `isRoleDoctorantSelected` est testé en 1er, puis `isUt Voici le PHP que ces 2 lignes généreraient dans la classe d'assertion : ```php if ($privilege === \Application\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { if ($privilege === \Doctorant\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { //-------------------------------------------------------------------------------------- /* line 10 */ $this->linesTrace[] = '/* line 10 */'; Loading module/Application/src/Application/Assertion/These/GeneratedTheseEntityAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -543,7 +543,7 @@ abstract class GeneratedTheseEntityAssertion return true; } if ($privilege === \Application\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { if ($privilege === \Doctorant\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { //-------------------------------------------------------------------------------------- /* line 81 */ $this->linesTrace[] = '/* line 81 */'; Loading module/Application/src/Application/Assertion/These/TheseAssertion.php +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ use Application\Assertion\BaseAssertion; use Application\Entity\Db\Role; use Application\Entity\Db\These; use Application\Entity\Db\WfEtape; use Application\Provider\Privilege\DoctorantPrivileges; use Application\Provider\Privilege\ThesePrivileges; use Application\Provider\Privilege\ValidationPrivileges; use Application\Service\UserContextService; Loading module/Application/src/Application/Assertion/These/TheseControllerAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Application\Assertion\These; use Application\Assertion\ControllerAssertion; use Application\Entity\Db\Doctorant; use Doctorant\Entity\Db\Doctorant; use Application\Entity\Db\These; use Application\Service\UserContextServiceAwareTrait; use UnicaenApp\Exception\RuntimeException; Loading Loading
config/application.config.php +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ $modules = [ 'Soutenance', 'Notification', 'Information', 'Doctorant', // 'StepStar', 'Application', ]; Loading
data/assertions/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ concerné : le prédicat `isRoleDoctorantSelected` est testé en 1er, puis `isUt Voici le PHP que ces 2 lignes généreraient dans la classe d'assertion : ```php if ($privilege === \Application\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { if ($privilege === \Doctorant\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { //-------------------------------------------------------------------------------------- /* line 10 */ $this->linesTrace[] = '/* line 10 */'; Loading
module/Application/src/Application/Assertion/These/GeneratedTheseEntityAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -543,7 +543,7 @@ abstract class GeneratedTheseEntityAssertion return true; } if ($privilege === \Application\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { if ($privilege === \Doctorant\Provider\Privilege\DoctorantPrivileges::DOCTORANT_AFFICHER_EMAIL_CONTACT) { //-------------------------------------------------------------------------------------- /* line 81 */ $this->linesTrace[] = '/* line 81 */'; Loading
module/Application/src/Application/Assertion/These/TheseAssertion.php +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ use Application\Assertion\BaseAssertion; use Application\Entity\Db\Role; use Application\Entity\Db\These; use Application\Entity\Db\WfEtape; use Application\Provider\Privilege\DoctorantPrivileges; use Application\Provider\Privilege\ThesePrivileges; use Application\Provider\Privilege\ValidationPrivileges; use Application\Service\UserContextService; Loading
module/Application/src/Application/Assertion/These/TheseControllerAssertion.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Application\Assertion\These; use Application\Assertion\ControllerAssertion; use Application\Entity\Db\Doctorant; use Doctorant\Entity\Db\Doctorant; use Application\Entity\Db\These; use Application\Service\UserContextServiceAwareTrait; use UnicaenApp\Exception\RuntimeException; Loading