Closed IuliiaHerets closed 1 week ago
Triggered auto assignment to @JmillsExpensify (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
Triggered auto assignment to @danieldoglas (DeployBlockerCash
), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.
:wave: 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:
When user click on any saved search, we need to add its custom name to the url, such as &name=...
. Based on it, we can display the dropdown title.
First, we need to update: https://github.com/Expensify/App/blob/0c618acc8b5a0b77eb27dfa049a18e3135c51c52/src/pages/Search/SearchTypeMenu.tsx#L110
Navigation.navigate(ROUTES.SEARCH_CENTRAL_PANE.getRoute({query: item?.query ?? '', name: item.name}));
https://github.com/Expensify/App/blob/0c618acc8b5a0b77eb27dfa049a18e3135c51c52/src/ROUTES.ts#L38
getRoute: ({query, name}: {query: SearchQueryString; name: string}) => `search?q=${encodeURIComponent(query)}${name ? `&name=${name}` : ''}` as const,
const title = searchName ?? (isCannedQuery ? undefined : SearchUtils.getSearchHeaderTitle(queryJSON, personalDetails, cardList, reports, taxRates));
with the searchName
comes from url.
This is known and will be addressed in a follow up.
@dominictb are you available to implement the fix?
I can work on it
I can work on it
If you could raise the PR today that'd be great.
Precondition: Small screen device. User has saved a few searches.
Test case 1:
Test case 2:
Test case 3:
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
can you remind me of your Upwork profile?
@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: https://github.com/Expensify/App/pull/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
https://github.com/user-attachments/assets/0f03b4d7-28d5-4ea0-8744-a90cb52bd675
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @JmillsExpensify