-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[HOLD for payment 2023-11-27] Personal details - City and Postcode fields are not populated with suggested address #31091
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @robertjchen ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.City and Postcode fields are not populated with suggested address What is the root cause of that problem?We always clear other fields when a field is changed
What changes do you think we should make in order to solve the problem?We should add a new param like
App/src/components/AddressSearch/index.js Line 274 in dee9b31
And change
What alternative solutions did you explore? (Optional)NA ResultScreen.Recording.2023-11-09.at.10.20.37.mov |
ProposalPlease re-state the problem that we are trying to solve in this issue.Personal details - City and Postcode fields are not populated with suggested address What is the root cause of that problem?Currently in address page
When we update address line 1, all fields will be updated in order to: country, city, zipCode, state zipcode and city fields is updated before state field, so that when state field is updated the App will reset zipcode and city What changes do you think we should make in order to solve the problem?When we update address line 1, all fields should be updated in order to: country, state, city, zipCode App/src/components/AddressSearch/index.js Lines 231 to 239 in dee9b31
Should move the state field to before city field like this
What alternative solutions did you explore? (Optional) |
Regression from #30831? |
@DylanDylann please ping me if you will have the fix for this regression 🙇🏼 |
@robertjchen Please help to check this one #31091 (comment). Because this issue have another RCA, I don't notice that It is regression from our PR |
@DylanDylann I've just tested to revert your PR and I don't have the problem anymore, so it looks like it's a regression. You can test it doing |
Agree it is a regression. I mean |
Yes, it appears to be a regression from #30304 I believe the procedure here is to close this out and address it in the original issue? |
Issue reproducible on latest build 1.3.99-0 RPReplay_Final1700002195.MP4 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.0-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-11-27. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.3.97.0
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
City and Postcode fields will be populated.
Actual Result:
City and Postcode fields are not populated.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6269381_1699489904055.20231109_081104.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: