-
Notifications
You must be signed in to change notification settings - Fork 49
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
Addressable getFrontendFields issues #61
Conversation
Hi @phyzical If no one has looked at this in a week or so give us a nudge and I'll work something out. |
sorry maybe i should clarify incase someone misinterprets , i get all the fields how it is, but they all come in as TextFields due to the explanation in #60 rather than using the getAddressFields func with dropdowns ect. |
friendly bump :) |
one more bump <3 |
Thanks for bumping this, @stephenmcm could you please have a look at this one? Just for future reference @phyzical, please ping someone directly as it's easy to miss notifications when a pull request or issue isn't marked as watching :) Also, are you okay with me closing the issue while this pull request remains open? I'm keen to keep all the conversations in a single thread so it's easy to follow. |
@stephenmcm another bump on this one. |
Apologies for this one taking so long, I've updated the assignment here in an effort to get things moving. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considering how long it has taken to get this simple change moving, I'm going to approve and merge this. The solution seems fine to me on the surface based on your comments.
I have not updated any tests, i cant seem to successfully run them.
if you know of a quick guide to running the tests ill give it a shot to make sure nothing is broken
#60
I understand this was trying to avoid overriding existing fields but i never receive the fields this solution's would simply add or override.
unless you guys can think of a better way to handle this?