-
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: deleted report preview link in thread is incorrect #41572
Conversation
@hungvu193 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] |
@gijoe0295 I got this bug while recording the video for mSafari? Can you reproduce it? Screen.Recording.2024-05-06.at.10.41.57.mov |
@hungvu193 Could you check if the action ID and the report ID in the URL are correct (i.e. point to the original report and action)? If yes then the issue you mentioned must be a different one and not related. I got it several times on |
mWeb safari is so broken for me, I'll try again in a while. |
Ok, I can confirm it's not related to this PR. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid.movAndroid: mWeb ChromeiOS: NativeIOS.moviOS: mWeb SafarimSafari.movMacOS: Chrome / Safarichrome.movMacOS: Desktopdesk.mov |
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.
LGTM 🎉
✋ 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/techievivek in version: 1.4.72-0 🚀
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.4.72-1 🚀
|
Details
Not here page displayed for deleted IOU link copied from 2nd level thread because it used the wrong
reportID
. This PR retrieves theoriginalReportID
instead.Fixed Issues
$ #41091
PROPOSAL: #41091 (comment)
Tests
Offline tests
NA
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
video_2024-05-05_21-04-00.mp4
Android: mWeb Chrome
video_2024-05-05_21-03-55.mp4
iOS: Native
Screen.Recording.2024-05-05.at.20.39.27-source.mov
iOS: mWeb Safari
Screen.Recording.2024-05-05.at.20.42.07-source.mov
MacOS: Chrome / Safari
Screen.Recording.2024-05-05.at.20.21.36-source.mov
MacOS: Desktop
Screen.Recording.2024-05-05.at.20.45.23-source.mov