fix: Split label is not removed from Amount field when unreported split expense is submitted#80010
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes a bug where the "Split" label was not being removed from the Amount field when an unreported split expense is submitted to a report.
Changes:
- Modified the
isExpenseSplitfunction to check if a transaction has been assigned to a real report, and returns false early if so - Added comprehensive unit tests covering various scenarios for the
isExpenseSplitfunction
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/libs/TransactionUtils/index.ts | Added early return logic to isExpenseSplit that returns false when a transaction is assigned to a real report (not split or unreported) |
| tests/unit/TransactionUtilsTest.ts | Added 6 new test cases for isExpenseSplit covering real reports, split reports, unreported reports, undefined reportID, wrong comment source, and missing originalTransactionID |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 032792f6b7
ℹ️ 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".
Reviewer Checklist
Screenshots/VideosMacOS: Chrome / Safari80010-web.mp4 |
|
@samranahm Could you please check the failing jest unit tests? |
|
Should be fixed after merging main. |
|
Looking into it, will fix this ASAP. |
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
✋ 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/mollfpr in version: 9.3.10-0 🚀
|
|
🚀 Deployed to production by https://github.com/roryabraham in version: 9.3.10-6 🚀
|




Explanation of Change
Fixed Issues
$ #78907
PROPOSAL: #78907 (comment)
Tests
Offline tests
QA Steps
Same as test
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand 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
Android.Native.mp4
Android: mWeb Chrome
Android.mWeb.Chrome.mp4
iOS: Native
IOS.Native.mp4
iOS: mWeb Safari
IOS.mWeb.Safari.mp4
MacOS: Chrome / Safari
macOS.chrome.mp4