-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Front] Activer ou désactiver l'affichage nouveau formulaire #2157
Conversation
return $this->render('front/nouveau_formulaire.html.twig', [ | ||
'uuid_signalement' => null, | ||
]); | ||
return $this->redirectToRoute('front_signalement'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Les tests ont déjà commencé, je laisse donc la route, cette route sera supprimé après la MEP du nouveau formulaire
|
Sur les tests la variable d'environnement reste false, je laisse comme ça (ça continue de tester la soumission de l'ancien et du nouveau formulaire) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests et relecture OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests et relecture OK
Ticket
#1559
Description
Le nouveau formulaire et le formulaire actuel doivent partager la même route afin de pas perturber les usagers et partenaires.
L'activation du nouveau formulaire doit rendre inactif le formulaire actuel et vice-versa
Changements apportés
Pré-requis
Tests
FEATURE_NEW_FORM_ENABLE=0
le nouveau formulaire ne doit plus être accessibleFEATURE_NEW_FORM_ENABLE=1