-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Chat - #focus prompt does not appear when user create 30 reports #49944
Comments
Triggered auto assignment to @thienlnam ( |
👋 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:
|
Appears to be from #49735 |
@lanitochka17 is this supposed to be blocker? |
Oh whoops, didn't catch that - yeah it would not be a blocker in that case |
ProposalPlease re-state the problem that we are trying to solve in this issue.The prompt is not displayed, neither when creating 30 reports nor when logging in to an account that has 30 reports What is the root cause of that problem?
App/src/libs/actions/PriorityMode.ts Line 64 in 69483ff
hence the condition: App/src/libs/actions/PriorityMode.ts Line 80 in 69483ff
true since hasTriedFocusMode is always false .
What changes do you think we should make in order to solve the problem?
App/src/libs/actions/PriorityMode.ts Line 80 in 69483ff
we just need to update the condition:
to:
What alternative solutions did you explore? (Optional) |
I don't think we need frontend fix here. Returning the NVP always should fix the issue |
PR was deployed |
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.41-4
Reproducible in staging?: Y
Reproducible in production?: Y
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 #focus prompt should be displayed when user has 30 reports
Actual Result:
The prompt is not displayed, neither when creating 30 reports nor when logging in to an account that has 30 reports
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6620304_1727709449354.Record_2024-09-27-23-41-23.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: