Loading module/Application/config/others/these.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -948,7 +948,7 @@ return [ 'visible' => 'Assertion\\These', ], 'rdv-bu' => [ 'label' => 'Rendez-vous BU', 'label' => 'Rendez-vous avec la bibliothèque universitaire', 'route' => 'these/rdv-bu', 'withtarget' => true, 'paramsInject' => [ Loading module/Application/src/Application/Assertion/These/GeneratedTheseEntityAssertion.php +5 −5 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ abstract class GeneratedTheseEntityAssertion /* line 8 */ $this->linesTrace[] = '/* line 8 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "Opération impossible dès lors que la BU a validé."; $this->failureMessage = "Opération impossible dès lors que la bibliothèque universitaire a validé."; return false; } /* line 9 */ Loading Loading @@ -122,7 +122,7 @@ abstract class GeneratedTheseEntityAssertion /* line 14 */ $this->linesTrace[] = '/* line 14 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "Opération impossible dès lors que la BU a validé."; $this->failureMessage = "Opération impossible dès lors que la bibliothèque universitaire a validé."; return false; } /* line 15 */ Loading Loading @@ -191,7 +191,7 @@ abstract class GeneratedTheseEntityAssertion /* line 25 */ $this->linesTrace[] = '/* line 25 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "La validation par la BU a été faite."; $this->failureMessage = "La validation par la bibliothèque universitaire a été faite."; return false; } /* line 26 */ Loading Loading @@ -242,13 +242,13 @@ abstract class GeneratedTheseEntityAssertion /* line 33 */ $this->linesTrace[] = '/* line 33 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "La validation par la BU a été faite."; $this->failureMessage = "La validation par la bibliothèque universitaire a été faite."; return false; } /* line 34 */ $this->linesTrace[] = '/* line 34 */'; if (! $this->isInfosBuSaisies() /* test 9 */) { $this->failureMessage = "La BU n'a pas renseigné toutes informations requises."; $this->failureMessage = "La bibliothèque universitaire n'a pas renseigné toutes informations requises."; return false; } /* line 35 */ Loading module/Application/src/Application/Controller/TheseController.php +2 −2 Original line number Diff line number Diff line Loading @@ -665,7 +665,7 @@ class TheseController extends AbstractController $vm = new ViewModel([ 'these' => $these, 'form' => $form, 'title' => "Rendez-vous BU", 'title' => "Rendez-vous avec la bibliothèque universitaire", 'pageCouvValidee' => $pageCouvValidee, 'isExemplPapierFourniPertinent' => $isExemplPapierFourniPertinent, ]); Loading Loading @@ -694,7 +694,7 @@ class TheseController extends AbstractController WfEtape::CODE_DEPOT_VERSION_CORRIGEE_VALIDATION_DIRECTEUR, ], [ 'message' => $isRemiseExemplairePapierRequise ? "Il ne reste plus qu'à fournir à la BU un exemplaire imprimé de la version corrigée pour valider le dépôt." : "Il ne reste plus qu'à fournir à la bibliothèque universitaire un exemplaire imprimé de la version corrigée pour valider le dépôt." : null, ]), 'hasVAC' => $hasVAC, Loading module/Application/src/Application/Controller/ValidationController.php +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ class ValidationController extends AbstractController $viewModel = $this->confirm()->getViewModel(); $viewModel->setVariables([ 'title' => "Validation à l'issue du rendez-vous BU", 'title' => "Validation à l'issue du rendez-vous avec la bibliothèque universitaire", 'these' => $these, 'action' => $action, ]); Loading module/Application/src/Application/Notification/ValidationRdvBuNotification.php +3 −3 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ class ValidationRdvBuNotification extends Notification $this->setCc($cc); $this->setSubject($this->estDevalidation ? "Annulation de la validation effectuée à l'issue du rendez-vous avec la BU" : "Validation à l'issue du rendez-vous avec la BU" "Annulation de la validation effectuée à l'issue du rendez-vous avec la bibliothèque universitaire" : "Validation à l'issue du rendez-vous avec la bibliothèque universitaire" ); $this->setTemplateVariables([ Loading @@ -71,7 +71,7 @@ class ValidationRdvBuNotification extends Notification { if ($this->estDevalidation) { $this->infoMessages[] = sprintf( "Un mail de notification vient d'être envoyé à la BU (%s) avec copie à la Maison du doctorat (%s).", "Un mail de notification vient d'être envoyé à la bibliothèque universitaire (%s) avec copie à la Maison du doctorat (%s).", $this->getTo(), $this->getCc() ); Loading Loading
module/Application/config/others/these.config.php +1 −1 Original line number Diff line number Diff line Loading @@ -948,7 +948,7 @@ return [ 'visible' => 'Assertion\\These', ], 'rdv-bu' => [ 'label' => 'Rendez-vous BU', 'label' => 'Rendez-vous avec la bibliothèque universitaire', 'route' => 'these/rdv-bu', 'withtarget' => true, 'paramsInject' => [ Loading
module/Application/src/Application/Assertion/These/GeneratedTheseEntityAssertion.php +5 −5 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ abstract class GeneratedTheseEntityAssertion /* line 8 */ $this->linesTrace[] = '/* line 8 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "Opération impossible dès lors que la BU a validé."; $this->failureMessage = "Opération impossible dès lors que la bibliothèque universitaire a validé."; return false; } /* line 9 */ Loading Loading @@ -122,7 +122,7 @@ abstract class GeneratedTheseEntityAssertion /* line 14 */ $this->linesTrace[] = '/* line 14 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "Opération impossible dès lors que la BU a validé."; $this->failureMessage = "Opération impossible dès lors que la bibliothèque universitaire a validé."; return false; } /* line 15 */ Loading Loading @@ -191,7 +191,7 @@ abstract class GeneratedTheseEntityAssertion /* line 25 */ $this->linesTrace[] = '/* line 25 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "La validation par la BU a été faite."; $this->failureMessage = "La validation par la bibliothèque universitaire a été faite."; return false; } /* line 26 */ Loading Loading @@ -242,13 +242,13 @@ abstract class GeneratedTheseEntityAssertion /* line 33 */ $this->linesTrace[] = '/* line 33 */'; if ($this->isExisteValidationBU() /* test 15 */) { $this->failureMessage = "La validation par la BU a été faite."; $this->failureMessage = "La validation par la bibliothèque universitaire a été faite."; return false; } /* line 34 */ $this->linesTrace[] = '/* line 34 */'; if (! $this->isInfosBuSaisies() /* test 9 */) { $this->failureMessage = "La BU n'a pas renseigné toutes informations requises."; $this->failureMessage = "La bibliothèque universitaire n'a pas renseigné toutes informations requises."; return false; } /* line 35 */ Loading
module/Application/src/Application/Controller/TheseController.php +2 −2 Original line number Diff line number Diff line Loading @@ -665,7 +665,7 @@ class TheseController extends AbstractController $vm = new ViewModel([ 'these' => $these, 'form' => $form, 'title' => "Rendez-vous BU", 'title' => "Rendez-vous avec la bibliothèque universitaire", 'pageCouvValidee' => $pageCouvValidee, 'isExemplPapierFourniPertinent' => $isExemplPapierFourniPertinent, ]); Loading Loading @@ -694,7 +694,7 @@ class TheseController extends AbstractController WfEtape::CODE_DEPOT_VERSION_CORRIGEE_VALIDATION_DIRECTEUR, ], [ 'message' => $isRemiseExemplairePapierRequise ? "Il ne reste plus qu'à fournir à la BU un exemplaire imprimé de la version corrigée pour valider le dépôt." : "Il ne reste plus qu'à fournir à la bibliothèque universitaire un exemplaire imprimé de la version corrigée pour valider le dépôt." : null, ]), 'hasVAC' => $hasVAC, Loading
module/Application/src/Application/Controller/ValidationController.php +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ class ValidationController extends AbstractController $viewModel = $this->confirm()->getViewModel(); $viewModel->setVariables([ 'title' => "Validation à l'issue du rendez-vous BU", 'title' => "Validation à l'issue du rendez-vous avec la bibliothèque universitaire", 'these' => $these, 'action' => $action, ]); Loading
module/Application/src/Application/Notification/ValidationRdvBuNotification.php +3 −3 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ class ValidationRdvBuNotification extends Notification $this->setCc($cc); $this->setSubject($this->estDevalidation ? "Annulation de la validation effectuée à l'issue du rendez-vous avec la BU" : "Validation à l'issue du rendez-vous avec la BU" "Annulation de la validation effectuée à l'issue du rendez-vous avec la bibliothèque universitaire" : "Validation à l'issue du rendez-vous avec la bibliothèque universitaire" ); $this->setTemplateVariables([ Loading @@ -71,7 +71,7 @@ class ValidationRdvBuNotification extends Notification { if ($this->estDevalidation) { $this->infoMessages[] = sprintf( "Un mail de notification vient d'être envoyé à la BU (%s) avec copie à la Maison du doctorat (%s).", "Un mail de notification vient d'être envoyé à la bibliothèque universitaire (%s) avec copie à la Maison du doctorat (%s).", $this->getTo(), $this->getCc() ); Loading