-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Workspace Feeds] Expensify card - Clicking back from issue cards RHP takes to wrong page #46305
Comments
Triggered auto assignment to @Gonals ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
We think that this bug might be related to #wave-collect - Release 2 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Expensify card - Clicking back from issue cards RHP takes to wrong page What is the root cause of that problem?New card route does not accept Lines 884 to 887 in 2583e96
What changes do you think we should make in order to solve the problem?
WORKSPACE_EXPENSIFY_CARD_ISSUE_NEW: {
route: 'settings/workspaces/:policyID/expensify-card/issue-new',
getRoute: (policyID: string, backTo?: string) => getUrlWithBackToParam(`settings/workspaces/${policyID}/expensify-card/issue-new`, backTo),
},
Navigation.navigate(ROUTES.WORKSPACE_EXPENSIFY_CARD_ISSUE_NEW.getRoute(policyID, Navigation.getActiveRoute()));
const handleBackButtonPress = () => {
if (isEditing) {
Card.setIssueNewCardStepAndData({step: CONST.EXPENSIFY_CARD.STEP.CONFIRMATION, isEditing: false});
return;
}
if (backTo) {
Navigation.goBack(backTo as Route);
return;
}
Navigation.navigate(ROUTES.WORKSPACE_EXPENSIFY_CARD.getRoute(policy?.id ?? '-1'));
Card.clearIssueNewCardFlow();
}; What alternative solutions did you explore? (Optional)We can simply call ResultMonosnap.screencast.2024-07-26.19-59-10.mp4 |
@kevinksullivan I believe all the Expensify Card in NewDot stuff is still in beta, is that right? Trying to see if this should really be a blocker. |
Discussed 1:1, this project is still in implementation phase with multiple open issues open. Going to recategorize as internal for now since I believe it's being taken care of by agency contributors and we won't need proposals, but feel free to change labels if needed. |
@Gonals Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@francoisl, is this issue being tracked anywhere in the project? If we intend for agency contributors to pick it up, we need them to see it 😁 |
@Gonals I would imagine this can be tracked in https://github.com/orgs/Expensify/projects/155 |
@Gonals Huh... This is 4 days overdue. Who can take care of this? |
@Gonals Still overdue 6 days?! Let's take care of this! |
added to the project it'll be taken care of soon |
Thanks! |
@Gonals Whoops! This issue is 2 days overdue. Let's get this updated quick! |
will be addressed asap |
Not overdue, we will tackle this, the project is behind beta |
I'm working on it |
PR opened #47844 |
This issue has not been updated in over 15 days. @koko57, @mountiny eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
This is done |
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.13-0
Reproducible in staging?:* Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
The app navigates user back to the workspace members page
Actual Result:
The app navigates user to the wrong page which is Expensify card page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6553624_1721993909698.bandicam_2024-07-26_12-44-15-919.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @koko57The text was updated successfully, but these errors were encountered: