Closed
Description
This issue is automatically created based on existing pull request: #31755: Fixed region field related issue in the customer registration form
Fixed region field related issue in the customer registration form if the address is enabled programmatically.
Description (*)
If address fields are enabled in the customer registration form then the state/region field doesn't load.
Manual testing scenarios (*)
- Need to enable the address fields in the customer registration form programmatically.
- Then go to the customer sign up form and try to register.
- Sign up won't work as region/state is a required field.
- Reason for the same is that region/state doesn't load the values
- As there is a js issue in firebug that Uncaught SyntaxError: Unexpected token $ in JSON
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done