83363 migrate debug final misc#85426
Conversation
|
cc @mananjadhav |
|
@mananjadhav 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] |
|
The issue is that the router only checks the permission of the deepest (leaf) route in a dynamic route. If that route is not authorized, the router returns Not Found, even though a parent route is actually valid. Example URL: Route chain: Previous logic:
But in reality:
Solution: Modify the permission check so the router validates the entire route chain. If any parent route is an authorized entry screen, the dynamic route should be allowed instead of returning Not Found. @collectioneur I have updated |
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@collectioneur #85426 (comment) Could you review this comment when you have time? Thanks! |
|
Hi @huult! I just wanted to mention that we actually have some similar functionality in place already ( |
|
@collectioneur Yes, that sounds great, thank you! Feel free to take it on |
|
@mananjadhav This PR is ready for review |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppandroid-bt-workspace-debug.movAndroid: mWeb Chromemweb-chrome-bt-workspace-debug.moviOS: HybridAppios-bt-workspace-debug.moviOS: mWeb Safarimweb-safari-bt-workspace-debug.movMacOS: Chrome / Safariweb-bt-workspace-debug.mov |
|
@huult can you also address the AI reviewer comments? |
|
@mjasikowski resolved! |
|
🚧 @mjasikowski has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
✋ 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/mjasikowski in version: 9.3.51-0 🚀
Bundle Size Analysis (Sentry): |
|
🤖 No help site changes required. I reviewed all the changes in this PR and confirmed they are entirely scoped to internal debug tooling:
I also verified there are no existing help site articles under |
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.3.51-10 🚀
|
Explanation of Change
Fixed Issues
$ #83848
PROPOSAL:
Tests
Same QA step
Offline tests
QA Steps
Precondition: Press Ctrl + D and toggle Debug to true.
DETAILS_CONSTANT_PICKER_PAGE:
DETAILS_DATE_TIME_PICKER_PAGE:
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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2026-03-16.at.22.43.22.mov