-
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
[HOLD for payment 2024-07-22] [$250] Search - "Scanning" appears in Description field when expense is scanning #44596
Comments
Triggered auto assignment to @cristipaval ( |
Triggered auto assignment to @sakluger ( |
👋 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:
|
@sakluger I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors. |
We think this issue might be related to the #collect project. |
Investigating! This seems to come from a PR I have worked on #44190 |
Thanks @etCoderDysto! Assigning you to it |
@mollfpr, added you as the C+, given that you reviewed the offending PR |
I have identified the issue. I am raising a fixing PR. In SearchTableHeader we are displaying Description column instead of Merchant. That is because getShouldShowMerchant returns false when item.merchant === "(none)”. App/src/components/SelectionList/SearchTableHeader.tsx Lines 34 to 41 in 1d607ac
And we are not checking if transactionItem.shouldShowMerchant is true before assigning merchant = translate('iou.receiptStatusTitle’) or 'Scanning...';. transactionItem.shouldShowMerchant is calculated by the same getShouldShowMerchant. App/src/components/SelectionList/Search/TransactionListItemRow.tsx Lines 112 to 115 in 1d607ac
Fix: I will add && transactionItem.shouldShowMerchant to prevent assigning Scanning to merchant here I am raising a fixing PR now |
Hey @etCoderDysto & @cristipaval, can you please tag me on the fix PR? I want to cherry-pick this and use it to test something. |
Hey @Julesssss. I will tag you. |
@mollfpr @cristipaval |
I don't think this needs to be a blocker. So I'll remove the labels |
This issue has not been updated in over 15 days. @sakluger, @cristipaval, @mollfpr, @etCoderDysto eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
We can close this. It has been over a week since the pr is deployed to production. |
Oh I think automation failed here and we still need to process the payment. Updating the issue |
Job added to Upwork: https://www.upwork.com/jobs/~01ed996315e0843cef |
|
Current assignee @mollfpr is eligible for the External assigner, not assigning anyone new. |
Upwork job price has been updated to $250 |
I don't think there are any payments to be made here. This issue was a regression from my PR. And I and C+ fixed the issue. |
Ah I see, then yes we're good to close since that'll be handled in the original issue. Thank you! |
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.3-1
Reproducible in staging?: Y
Reproducible in production?: N
Found when executing PR : #44190
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team
Action Performed:
Precondition:
Expected Result:
"Scanning" will not appear in Description field because "Scanning" is not in Description field in transaction thread.
Actual Result:
"Scanning" appears in Description field when "Scanning" is not in Description field in transaction thread.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6526894_1719536704148.bandicam_2024-06-28_09-01-21-976.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @The text was updated successfully, but these errors were encountered: