-
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 - Search - App redirects to DM when submitting expense in Search after deleting expense #54109
Fix - Search - App redirects to DM when submitting expense in Search after deleting expense #54109
Conversation
@DylanDylann 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] |
@FitseTLT It seems step 10 in your test step isn't correct |
👍 Corrected Thx |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-12-17.at.11.23.38.movAndroid: mWeb ChromeScreen.Recording.2024-12-17.at.11.21.03.moviOS: NativeScreen.Recording.2024-12-17.at.15.02.57.moviOS: mWeb SafariScreen.Recording.2024-12-17.at.11.18.39.movMacOS: Chrome / SafariScreen.Recording.2024-12-17.at.11.15.39.movMacOS: DesktopScreen.Recording.2024-12-17.at.11.16.50.mov |
✋ 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/danieldoglas in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.0.78-0 🚀
|
2 similar comments
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.0.78-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.0.78-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.78-6 🚀
|
BTW I removed the check here from #50631
App/src/pages/home/report/ReportActionsList.tsx
Lines 424 to 426 in b2dca65
is because
isReportScreenTopmostCentralPane
is more inclusive and appropriate check that will fix both issues. 👍Details
Fixed Issues
$ #52477 (comment)
PROPOSAL: #52477 (comment)
Tests
Offline tests
Same as above
QA Steps
Same as above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label 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
2024-12-13.15-44-21.mp4
Android: mWeb Chrome
2024-12-13.16-30-17.mp4
iOS: Native
i.mp4
iOS: mWeb Safari
2024-12-13.16-18-31.mp4
MacOS: Chrome / Safari
2024-12-13.17-01-19.mp4
MacOS: Desktop
2024-12-13.16-59-41.mp4