-
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
[$1000] routing number paste to compose box instead of input field #23319
Comments
Triggered auto assignment to @laurenreidexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
Job added to Upwork: https://www.upwork.com/jobs/~019ed0e16ea50369c3 |
Current assignee @laurenreidexpensify is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @abdulrahuman5196 ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.routing number paste to compose box instead of input field What is the root cause of that problem?When currency Modal is hidden in Onyx the modal visibility is set to false What changes do you think we should make in order to solve the problem?When we open currency modal the RHP modal will always be open so there are going to be two modal on screen. We don't have to set currency modal visibility in onyx.
here
What alternative solutions did you explore? (Optional)We can do the same for other modals in RHP that causes the same problem |
ProposalPlease re-state the problem that we are trying to solve in this issue.routing number paste to compose box instead of input field What is the root cause of that problem?Root cause of the issue is that we are using a callback hook to update the currency which we do not need. And that hook depends on the policy object so when we update the policy (by changing default currency), hook rerenders the component itself and causes issues What changes do you think we should make in order to solve the problem?We should remove the callback hook and replace it with a simple handler to take care of the currency updates const confirmCurrencyChangeAndHideModal = () => {
Policy.updateGeneralSettings(policy.id, policy.name, CONST.CURRENCY.USD);
setIsCurrencyModalOpen(false);
ReimbursementAccount.navigateToBankAccountRoute(policy.id);
}; ResultsWhat alternative solutions did you explore? (Optional)None |
Same root cause as #23184 |
I will work on this issue |
@abdulrahuman5196 bump for review of these proposals. Thanks |
@abdulrahuman5196 bump for review pls :) |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@abdulrahuman5196 bump for review ^^ thanks |
Sorry for the delay from my end. Will close out the review today. |
@laurenreidexpensify This seems to be a dupe happening at a different place of this issue - #23184 |
Ah you're right. That one was opened first, so closing in favour of that |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
should paste routing number in input field
Actual Result:
routing number paste to compose box
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.42-5
Reproducible in staging?: y
Reproducible in production?: y
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
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2023-07-19.at.1.24.21.PM.mov
Recording.1301.mp4
Expensify/Expensify Issue URL:
Issue reported by: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1689754408457479
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: