Bug #78244
auth mobile, trace sur erreur de validation
Start date:
07 June 2023
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Arriver sur la page pour s'inscrire, taper n'importe quoi dans le champ numéro de téléphone, donne cette trace.
https://sentry.entrouvert.org/entrouvert/publik/issues/111750/
KeyError: 'phone' (13 additional frame(s) were not displayed) ... File "django/forms/forms.py", line 175, in is_valid return self.is_bound and not self.errors File "django/forms/forms.py", line 170, in errors self.full_clean() File "django/forms/forms.py", line 373, in full_clean self._clean_form() File "django/forms/forms.py", line 400, in _clean_form cleaned_data = self.clean() File "authentic2/forms/registration.py", line 84, in clean if not self.cleaned_data['email'] and not self.cleaned_data['phone']:
Associated revisions
History
Updated by Paul Marillonnet over 1 year ago
- Status changed from Nouveau to En cours
- Assignee set to Paul Marillonnet
Updated by Robot Gitea over 1 year ago
- Status changed from En cours to Solution proposée
Paul Marillonnet (pmarillonnet) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/74
- Titre : registration: fix phone form field validation (#78244)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/74/files
Updated by Robot Gitea over 1 year ago
- Status changed from Solution proposée to Solution validée
Valentin Deniaud (vdeniaud) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea over 1 year ago
- Status changed from Solution validée to Résolu (à déployer)
Paul Marillonnet (pmarillonnet) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/74
- Titre : registration: fix phone form field validation (#78244)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/74/files
Updated by Transition automatique over 1 year ago
- Status changed from Résolu (à déployer) to Solution déployée
registration: fix phone form field validation (#78244)