-
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 2024-10-07][Search v2.3] - Dropdown title does not follow search name, "type:expense" is shown in the list #49208
Comments
Triggered auto assignment to @JmillsExpensify ( |
Triggered auto assignment to @danieldoglas ( |
👋 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.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
Navigation.navigate(ROUTES.SEARCH_CENTRAL_PANE.getRoute({query: item?.query ?? '', name: item.name}));
Line 38 in 0c618ac
getRoute: ({query, name}: {query: SearchQueryString; name: string}) => `search?q=${encodeURIComponent(query)}${name ? `&name=${name}` : ''}` as const,
App/src/pages/Search/SearchTypeMenu.tsx Line 186 in 0c618ac
const title = searchName ?? (isCannedQuery ? undefined : SearchUtils.getSearchHeaderTitle(queryJSON, personalDetails, cardList, reports, taxRates)); with the What alternative solutions did you explore? (Optional) |
This is known and will be addressed in a follow up. |
@dominictb are you available to implement the fix? |
Regression Test ProposalPrecondition: Small screen device. User has saved a few searches.
Do we agree 👍 or 👎? |
@luacmartins @lakchote We can proceed payment now. |
@JmillsExpensify bump for payment |
@JmillsExpensify, @lakchote, @luacmartins, @brunovjk, @dominictb Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Payment summary:
|
Offer sent to @brunovjk. @dominictb can you remind me of your Upwork profile? |
Accepted :D |
@JmillsExpensify It's https://www.upwork.com/freelancers/~01f70bed1934fd35d5 |
@JmillsExpensify, @lakchote, @luacmartins, @brunovjk, @dominictb Eep! 4 days overdue now. Issues have feelings too... |
Offer sent |
Offer accepted |
All contributors paid out! |
@JmillsExpensify @lakchote @luacmartins Be sure to fill out the Contact List! |
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.35-0
Reproducible in staging?: Y
Reproducible in production?: N/A - new feature, doesn't exist in prod
Issue was found when executing this PR: #48566
Email or phone of affected tester (no customers): applausetester+kh010901@applause.expensifail.com
Issue reported by: Applause Internal Team
Action Performed:
Precondition:
Expected Result:
In Step 4, the dropdown title should follow the name of the search.
In Step 5, when viewing a saved search, there should not be "type:expense" tab in the dropdown list.
Actual Result:
In Step 4, the dropdown title shows the name "type:expense".
In Step 5, when viewing a saved search, there is a "type:expense" tab in the dropdown list.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6603107_1726282285065.ScreenRecording_09-14-2024_10-48-24_1.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @JmillsExpensifyThe text was updated successfully, but these errors were encountered: