-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix UserInfoCellsWithArrow for correct preview #59806
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
Conversation
@rushatgabhane while investigating more, I figured always ManagerID is the payerID(FromID) and ownerID is the receiverID(ToID) with no exceptions. So I've made changes accordingly. |
@rushatgabhane 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] |
This comment was marked as outdated.
This comment was marked as outdated.
@rushatgabhane could you please review this PR. |
@ChavdaSachin have you looked at the PR that introduced that function. Can you please confirm with the author on slack if it's correct |
@rushatgabhane I've looked at the PR which introduced that function, The PR is quite large and it was a NO-QA PR. There's no special discussion around this function or anything related. It was safe to assume this was an uncaught bug. And since this function served only purpose to determine Despite that, I am not yet invited to the slack yet. Either could you confirm with the author on the slack or maybe I would comment on the PR for confirmation. |
ohh no problem, i can take care of it! thanks for letting me know |
reviewing |
@rushatgabhane Do let me know if you have any queries. |
Reviewer Checklist
Screenshots/VideosAndroid: mWeb Chrome |
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
That was a very good investigation! :kudos: |
✋ 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/deetergp in version: 9.1.30-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.1.30-4 🚀
|
Explanation of Change
Expense Preview- changed FromID and ToID to correctly show payment info as payer > receiver
Fixed Issues
$ #59526
PROPOSAL: #59526 (comment)
Tests
same as QA
Offline tests
same as QA
QA Steps
Note
New expense preview is under Beta, so enable canUseTableReportView beta flag from permissions.
Login as user A.
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
Screen.Recording.2025-04-08.at.4.39.40.PM.mov
Android: mWeb Chrome
Screen.Recording.2025-04-08.at.4.52.19.PM.mov
iOS: Native
Screen.Recording.2025-04-08.at.9.04.56.PM.mov
iOS: mWeb Safari
Screen.Recording.2025-04-08.at.4.57.51.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2025-04-08.at.4.16.58.PM.mov
MacOS: Desktop
Screen.Recording.2025-04-08.at.5.07.07.PM.mov