Make ReportParticipantRoleSelectionPage use new SelectionList#72008
Conversation
ReportParticipantRoleSelectionPage use new SelectionList
blazejkustra
left a comment
There was a problem hiding this comment.
Changed ESLint action failed, please have a look! 👀
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #72008 +/- ##
==========================================
+ Coverage 35.13% 35.19% +0.05%
==========================================
Files 3291 3297 +6
Lines 108104 108154 +50
Branches 34538 34548 +10
==========================================
+ Hits 37987 38065 +78
+ Misses 69930 69905 -25
+ Partials 187 184 -3 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
|
@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] |
|
|
||
| const accountID = Number(route?.params?.accountID) ?? -1; | ||
| const backTo = ROUTES.REPORT_PARTICIPANTS_DETAILS.getRoute(report?.reportID ?? '-1', accountID, route.params.backTo); | ||
| const backTo = ROUTES.REPORT_PARTICIPANTS_DETAILS.getRoute(report.reportID, accountID, route.params.backTo); |
There was a problem hiding this comment.
Shall we use the default from CONST instead of removing the safety check?
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppWhatsApp.Video.2025-10-11.at.02.29.01.mp4Android: mWeb ChromeiOS: HybridAppScreen.Recording.2025-10-11.at.02.26.19.moviOS: mWeb SafariScreen.Recording.2025-10-11.at.02.27.48.movMacOS: Chrome / SafariScreen.Recording.2025-10-11.at.02.29.38.movMacOS: Desktop |
|
|
||
| const accountID = Number(route?.params?.accountID) ?? -1; | ||
| const backTo = ROUTES.REPORT_PARTICIPANTS_DETAILS.getRoute(report?.reportID ?? '-1', accountID, route.params.backTo); | ||
| const backTo = ROUTES.REPORT_PARTICIPANTS_DETAILS.getRoute(report.reportID, accountID, route.params.backTo); |
|
✋ 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/grgia in version: 9.2.30-0 🚀
|
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.2.30-6 🚀
|


Explanation of Change
Fixed Issues
$ #65655
PROPOSAL: N/A
Tests
Rolefield to open the listOffline tests
QA Steps
Same as tests
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
Screen.Recording.2025-10-07.at.16.08.37.mov
Android: mWeb Chrome
Screen.Recording.2025-10-07.at.16.09.39.mov
iOS: Native
Screen.Recording.2025-10-07.at.16.11.25.mov
iOS: mWeb Safari
Screen.Recording.2025-10-07.at.16.12.12.mov
MacOS: Chrome / Safari
Screen.Recording.2025-10-07.at.16.00.21.mov
MacOS: Desktop
Screen.Recording.2025-10-07.at.16.05.14.mov