-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Import - Importing Member, Tags and Per diem cause not here page on LHP after clicking Got it #60410
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
Comments
Triggered auto assignment to @johncschuster ( |
Triggered auto assignment to @mjasikowski ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 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:
|
ProposalPlease re-state the problem that we are trying to solve in this issue.when importing category, Tags, and Per diem not here page appears on LHP after clicking Got it. What is the root cause of that problem?This comes from #59395 In perdiem page: When closing imported modal, we call
App/src/pages/workspace/perDiem/ImportedPerDiemPage.tsx Lines 135 to 138 in 96c2585
What changes do you think we should make in order to solve the problem?In the offending PR, they fixed this bug only on Imported category page, commit here. We should apply same fix to other pages as well. Or more simple solution, we should call useEffect(
() => () => {
closeImportPage();
},
[],
); Same as other pages What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Demoting since it's just a visual bug |
I can help raise a quick PR if needed. |
Opened the PR to fix this issue. cc @mjasikowski @rayane-d |
@mjasikowski @johncschuster @rayane-d @dukenv0307 this issue was created 2 weeks ago. Are we close to a solution? Let's make sure we're treating this as a top priority. Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
PR was deployed to production #60419 (comment) |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.1.29-3
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: #59647
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Web, mweb
App Component: Workspace Settings
Action Performed:
Expected Result:
No not here page should appear in LHP
Actual Result:
when importing category, Tags, and Per diem not here page appears on LHP after clicking Got it.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6804650_1744867353857.bandicam_2025-04-17_08-21-19-058.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: