-
Notifications
You must be signed in to change notification settings - Fork 25
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
Candidature: réutilisation du traitement par lot pour le refus d'une seule candidature #5502
Candidature: réutilisation du traitement par lot pour le refus d'une seule candidature #5502
Conversation
name="refuse", | ||
), | ||
# TODO(xfernandez): remove this path in a week | ||
path( | ||
"<uuid:job_application_id>/siae/refuse/<slug:step>", | ||
process_views.JobApplicationRefuseView.as_view(url_name="refuse"), |
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.
Je garde ce chemin accessible et sans test pour ne pas casser les parcours en cours.
Ce chemin n'ayant plus de "name" plus aucun utilisateur ne devrait y être redirigé.
🥁 La recette jetable est prête ! 👉 Je veux tester cette PR ! |
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.
LGTM
"step_data": {}, | ||
"step_files": {}, | ||
"extra_data": {}, | ||
[refuse_session_name] = [k for k in client.session.keys() if k not in KNOWN_SESSION_KEYS] |
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.
il nous faudrait un helper pour remplacer ce
[k for k in client.session.keys() if k not in KNOWN_SESSION_KEYS]
0cb2a0d
to
76a44c9
Compare
76a44c9
to
4168dcf
Compare
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.
Pas mieux.
🤔 Pourquoi ?
Les deux parcours sont censés suivre la même logique.
🍰 Comment ?
🚨 À vérifier
🏝️ Comment tester ?
💻 Captures d'écran