Expense - System message changes from "changed the attendees to.." to "set the attendees to.."#86259
Expense - System message changes from "changed the attendees to.." to "set the attendees to.."#86259lorretheboy wants to merge 5 commits intoExpensify:mainfrom
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@Krishna2323 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] |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6bd45c0d79
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| const [oldAttendees, newAttendees] = getFormattedAttendees(reportActionOriginalMessage.oldAttendees, reportActionOriginalMessage.newAttendees); | ||
| buildMessageFragmentForValue(translate, newAttendees, oldAttendees, translate('iou.attendees'), false, setFragments, removalFragments, changeFragments); |
There was a problem hiding this comment.
Make attendee message logic actually change behavior
This edit is behaviorally neutral: getFormattedAttendees() returns values in the same order as its arguments, and this patch swaps both the arguments and the tuple positions passed into buildMessageFragmentForValue(), so the final call still evaluates to newAttendees as new value and oldAttendees as old value just like before. In attendee-modification flows, the rendered system message will therefore be unchanged, so the intended copy fix is not actually applied.
Useful? React with 👍 / 👎.
Explanation of Change
Fixed Issues
$ #75653
PROPOSAL: #75653 (comment)
Tests
Precondition:
Offline tests
QA Steps
Same as Tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
e-android.mov
Android: mWeb Chrome
website.android.mov
iOS: Native
e-ios.mov
iOS: mWeb Safari
website.ios.mov
MacOS: Chrome / Safari
website.mov