-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address field in Drupal 8 #206
Comments
I also hit this issue after upgrading from v1.4.0 => v2.1.1. I had been setting the sub-fields by way of:
Which, in v2.1.1, produced:
Looking at the code in AddressHandler.php, it looked like an adjustment from string keys to numeric keys might work, but at the expense of readability/maintainability down the line. I instead opted for @mdolnik-eelzee's patch in #236, which seems to work well. |
I'm trying to create a profile entity with an address field like this:
And the address field in my feature looks like this:
But since upgrading and now using the AddressHandler it breaks with:
I get another issue when I copy and paste the example in https://github.com/jhedstrom/drupalextension/blob/master/features/field_handlers.feature#L16
Address is v1.4.0 and (v1.6)
Drupal extension v4.0.0beta2
Looking at the source there seems to be a custom address field type just for the tests.
The text was updated successfully, but these errors were encountered: