solidus
solidus copied to clipboard
Customer info are not auto-populated correctly in admin creating a new order
When use_combined_first_and_last_name_in_address
is set to false
, creating a new order in admin, in the customer tab, it is not populating First Name and Last Name fields when you pick an existing customer from the autosuggestion dropdown.
Solidus Version: v2.11.4
To Reproduce
- Install Solidus at the specified version,
- Change
use_combined_first_and_last_name_in_address
tofalse
inspree.rb
initializer - Login in the admin panel
- Go to Orders and click
New order
- Click
Customer
tab - Select any user
-
First Name
andLast Name
are not populated
Expected behavior
First Name
and Last Name
fields of the auto-populated address are not filled with customer's info and left blank.
Screenshots