-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment Aug 12] Infinite loading screen when the user manually enters a reportID starting without a number #4319
Comments
Triggered auto assignment to @kadiealexander ( |
ProposalExplaination
Solution getReportID() {
const params = this.props.route.params;
const id = Number.parseInt(params.reportID, 10);
if (_.isNaN(id)) {
handleInaccessibleReport();
}
return Number.parseInt(params.reportID, 10);
}
/**
* Handle the navigation when report is inaccessible
*/
function handleInaccessibleReport() {
Growl.error(translateLocal('notFound.chatYouLookingForCannotBeFound'));
navigateToConciergeChat();
}
|
I was able to reproduce this via testing. Sending to engineering! |
Triggered auto assignment to @pecanoro ( |
Triggered auto assignment to @Jag96 ( |
Job has been posted, @aman-atg your proposal looks good to me, I've invited you to the Upwork job. I'll assign you once you accept and then you're free to create a PR! |
Accepted! (Proposal) |
Paid + bonus! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Upwork post: https://www.upwork.com/jobs/~01810669bc6137e1a3
Action Performed:
r/
in the URLExpected Result:
Open a chat room with Concierge and show the required error message
chatIssue.mp4
Actual Result:
bug.mp4
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platform:
Where is this issue occurring?
Version Number:
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
View all open jobs on Upwork
The text was updated successfully, but these errors were encountered: