-
Notifications
You must be signed in to change notification settings - Fork 3k
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 2022-11-04] [$250] BUG: Enter password field shows on add bank account page while trying to add bank accounts consecutively reported by @adeel0202 #11816
Comments
Triggered auto assignment to @sakluger ( |
I was able to reproduce this issue, although it's easy to miss, since the password field only shows in the RHN briefly before the Plaid modal pops up. Passing along to engineering. |
Triggered auto assignment to @mountiny ( |
I see so the problem is that the password page flashes there for a second when doing it second time. I think this issue can be External |
Triggered auto assignment to @alexpensify ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @parasharrajat ( |
Current assignee @mountiny is eligible for the External assigner, not assigning anyone new. |
Proposal App/src/pages/AddPersonalBankAccountPage.js Lines 63 to 70 in e38df10
Here, Solution: this.state = {
- selectedPlaidAccountID: this.props.personalBankAccount.plaidAccountID,
+ selectedPlaidAccountID: '',
} This change was recently made in this PR by @nkuoch. Might be an intended change. cc: @nkuoch |
Hmmmmm, my intuition says that we can't just do this change as above. I will take a look at that PR and try to understand the matter. |
I accept this solution. I'm the one who initially added it in state, but thinking more about it, I agree we should reset it back to empty. |
Great! Thanks for looking into this @nkuoch! @parasharrajat Can you confirm this proposal before I would assign @sobitneupane? Thank you! 🙇 |
Let me review it first. |
Ok, it seems that we can remove the state initialization. We are clearing the data on @sobitneupane's proposal looks good to me. cc: @mountiny 🎀 👀 🎀 C+ reviewed |
Thank you @parasharrajat! @sobitneupane Feel free to start the PR! |
Triggered auto assignment to @alexpensify ( |
Current assignees @parasharrajat and @sobitneupane are eligible for the External assigner, not assigning anyone new. |
Current assignee @mountiny is eligible for the External assigner, not assigning anyone new. |
EEP! None of us noticed that we have a dupe issue #11874. We also have a PR for it. cc: @MonilBhavsar |
Thanks for the ping, gonna look into that |
Waiting on the signal from Vit for PR review. |
Signal sent @parasharrajat |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.2.20-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 2022-11-04. 🎊 |
Based on the hold notice, I'll check tomorrow! |
@sobitneupane @parasharrajat @adeel0202 can you apply for the job here then comment on this issue? https://www.upwork.com/jobs/~01f174bbce556e4071 |
@mallenexpensify Applied. |
@mallenexpensify will pay this out today. |
All hired, please accept and I'll pay out |
Everyone's paid! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
Enter Expensify password field doesn't show until an account is chosen
Actual Result:
Enter Expensify password field shows even when the account is not chosen
Workaround:
unknown
Platform:
Where is this issue occurring?
Version Number: v1.2.14-0
Reproducible in staging?: y
Reproducible in production?: Could not test in Production
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Recording.687.mp4
Expensify/Expensify Issue URL:
Issue reported by: @adeel0202
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1665648921463259
View all open jobs on GitHub
Screen.Recording.2022-10-13.at.12.54.51.PM.mov
The text was updated successfully, but these errors were encountered: