-
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
Fix: Remove GBR and 'Add a bank account' for paid invoices #53802
Fix: Remove GBR and 'Add a bank account' for paid invoices #53802
Conversation
@allroundexperts Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-12-19.at.7.44.59.AM.movAndroid: mWeb ChromeScreen.Recording.2024-12-19.at.7.34.37.AM.moviOS: NativeHaving issues with iOS build iOS: mWeb SafariScreen.Recording.2024-12-19.at.7.24.13.AM.movMacOS: Chrome / SafariScreen.Recording.2024-12-19.at.7.18.52.AM.movMacOS: DesktopScreen.Recording.2024-12-19.at.7.21.17.AM.mov |
@ikevin127 Are there any friendly test steps for me? 😄 |
The reason I was able to put up a proposal is that I already had this bug present and visible in at the top of my LHN and recognized it right away, being able to debug and come up with a fix. From my side, here's the steps needed on my side to reproduce consistently, just checked again on staging: Important Preconditions
Note: By WS I am referring to the same newly created workspace which should have the settings as described in Preconditions - Step (1). Tip Steps
Just tried this on staging where the issue is still reproducible and the change was instant after I paid the invoice, no need to @allroundexperts Please let me know whether you can reproduce the issue with the given steps on staging and if you do, also if the fix works as expected. If the steps work on your side, I will also edit the PRs description with the accurate steps once confirmed that they work and there's no need for the 1 month wait. |
@ikevin127 I was able to reproduce this on staging. |
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.
Works good!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.78-0 🚀
|
2 similar comments
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.78-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 9.0.78-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.78-6 🚀
|
Explanation of Change
This PR fixes the GBR to "Add a bank account" persiststing in the LHN despite the invoice being marked as "Paid elsewhere". There are 4 key places where this shows up which are all covered in this PR:
Add a bank account
buttonFixed Issues
$ #53577
PROPOSAL: #53577 (comment)
Tests
Precondition: The account must have bank account added and showing up in both Settings > Wallet section and WS Settings > Workflows section.
Note: See before / after screenshots below for a better grasp of what the fix does.
Offline tests
N/A.
QA Steps
Precondition: The account must have bank account added and showing up in both Settings > Wallet section and WS Settings > Workflows section.
Note: See before / after screenshots below for a better grasp of what the fix does.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop