Open m-natarajan opened 17 hours ago
Triggered auto assignment to @puneetlath (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
Right here we go back to add delegate page instead of going back or passing the back to param https://github.com/Expensify/App/blob/4c44827398f884af626872c33f64dd358d19eff4/src/pages/settings/Security/AddDelegate/SelectDelegateRolePage.tsx#L37-L39
We can just invoke the goBack without passing any fallback route
onBackButtonPress={() => Navigation.goBack()}
Or we can pass the backTo param as the fallback route
We can do the same approach for other pages if needed
Edited by proposal-police: This proposal was edited at 2024-11-21 13:46:08 UTC.
Wrong page when navigating back from access level page
While we are on the role page by selecting the role at the confirmation page and navigate here
nav stack: [user page, role page]
Then we click to back button, it will navigate to the user selection page here.
Because we use NAVIGATE, it will go back to the page that is already in the stack.
We should do the same way we did with approver flow here, here.
Add type PUSH
to this navigation
onPress={() => Navigation.navigate(ROUTES.SETTINGS_DELEGATE_ROLE.getRoute(login, role), CONST.NAVIGATION.ACTION_TYPE.PUSH)}
Job added to Upwork: https://www.upwork.com/jobs/~021859633840404147585
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak (External
)
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.64-4 Reproducible in staging?: Y Reproducible in production?: Y If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: If this was caught during regression testing, add the test name, ID and link from TestRail: Email or phone of affected tester (no customers): Logs: https://stackoverflow.com/c/expensify/questions/4856 Expensify/Expensify Issue URL: Issue reported by: @DylanDylann Slack conversation (hyperlinked to channel name): ts_external_expensify_bugs
Action Performed:
Expected Result:
The App navigate to confirmation page
Actual Result:
The App navigate to the user selection page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/user-attachments/assets/7208ba74-b52d-451c-bb0b-33048043c9cb
https://github.com/user-attachments/assets/b8e5560e-c153-4e1d-a365-02b3dfbe2820
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @eVoloshchak