You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
partner_firstname
There are two more bug reports #1638 and #1830 describing similar errors with different error messages.
Describe the bug
I logged in as a portal user and added something to my shopping cart
click on checkout and you get to this site:
When I hit "Adresse speichern" ("Save Address"), I get the following error:
This is the translation of the error given by _check_name .
It seems both values firstname and lastname are false. It looks like _checkout_form_save writes to the partner with None values for firstname and lastname:
checkout in checkout_form_save() is a dict with partner values in this case. The issue is fixed if I write firstname and lastname into checkout during that method, but there is probably a better way to do this.
To Reproduce
17.0 (I just pulled the most recent version)
Steps to reproduce the behavior:
Get access and login with a portal user
put something into a shopping cart
try to checkout
Fill out address field and click save
Error
The text was updated successfully, but these errors were encountered:
janbec
changed the title
[partner_firstname] _check_name exception during saving address in website checkout form
[17.0]partner_firstname: _check_name exception during saving address in website checkout form
Sep 6, 2024
janbec
changed the title
[17.0]partner_firstname: _check_name exception during saving address in website checkout form
[17.0] partner_firstname: _check_name exception during saving address in website checkout form
Sep 6, 2024
Module
partner_firstname
There are two more bug reports #1638 and #1830 describing similar errors with different error messages.
Describe the bug
This is the translation of the error given by _check_name .
It seems both values firstname and lastname are false. It looks like _checkout_form_save writes to the partner with None values for firstname and lastname:
checkout in checkout_form_save() is a dict with partner values in this case. The issue is fixed if I write firstname and lastname into checkout during that method, but there is probably a better way to do this.
To Reproduce
17.0 (I just pulled the most recent version)
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: