Adds new RESOLVEDDUPLICATES action#58575
Conversation
|
bump @getusha |
|
On it |
Reviewer Checklist
Screenshots/VideosAndroid: mWeb ChromeScreen.Recording.2025-03-28.at.1.38.16.in.the.afternoon.movMacOS: Chrome / SafariScreen.Recording.2025-03-28.at.1.35.37.in.the.afternoon.mov |
|
Confirming #58454 is fixed. Screen.Recording.2025-03-28.at.1.22.17.in.the.afternoon.mov |
| children = <ReportActionItemBasicMessage message={translate('systemMessage.mergedWithCashTransaction')} />; | ||
| } else if (isActionOfType(action, CONST.REPORT.ACTIONS.TYPE.DISMISSED_VIOLATION)) { | ||
| children = <ReportActionItemBasicMessage message={getDismissedViolationMessageText(getOriginalMessage(action))} />; | ||
| } else if (isActionOfType(action, CONST.REPORT.ACTIONS.TYPE.RESOLVED_DUPLICATES)) { |
There was a problem hiding this comment.
We need to add a new condition here as well to update the search results
something like:
if(lastReportAction?.actionName === 'RESOLVEDDUPLICATES') {
lastMessageTextFromReport = getResolvedDuplicatesMessage()
}There was a problem hiding this comment.
Nice catch, updated!
|
We've got a failing check @rlinoz seems like you missed to add a |
|
Oops 😅 @getusha done! |
|
@MarioExpensify 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 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/MarioExpensify in version: 9.1.21-0 🚀
|
|
🚀 Deployed to production by https://github.com/grgia in version: 9.1.21-3 🚀
|





Explanation of Change
Since this Auth PR got deployed https://github.com/Expensify/Auth/pull/14548 we can now revert this PR #58482
Fixed Issues
$ #54516
PROPOSAL:
Tests
Offline tests
While online:
Go offline then:
3. Open one of them > Review Duplicates > Keep this one
4. Verify a new message "resolved the duplicate" is shown in the money request
QA Steps
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))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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop