-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
We have DOB required for customers; we also have customer groups. When a customer is assigned to any special group, this status is reset (to "General") when the customer enters DOB again from the customer front-end.
Steps to reproduce
- Install "stable" Magento from magento main
- Enable DOB (required) in customer settings
- In admin create new customer group (Store -> Other Settings -> Customer group)
- Customer creates account (by default it's general) and enters DOB
- Admin assigns customer to any special group created in step 3
- Customer logs in to -> Account Information; DOB is blank even though it exists in DB and admin backend.
- Enter DOB again, save account
Expected result
- DOB should show when saved
- Account group should not be reset to default customer group.
Actual result
- DOB shows blank after saving account
- Customer account reset to "General" or default customer group.
Happens on 2 dev servers (1 with vanilla installation of M 2.0.6 (tarbz ball), 1 is M2.0.7 upgraded from M 2.0.1 through latest through composer) and on main production server (2.0.6). Actual servers are latest/stable LAMP.
Metadata
Metadata
Assignees
Labels
No labels