-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Due for payment 2025-04-16] [$250] Track expense - LHN preview shows "Expensify: tracking x" after dismissing actionable whisper #58944
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 @flaviadefaria ( |
Triggered auto assignment to @cristipaval ( |
💬 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.Track expense - LHN preview shows "Expensify: tracking x" after dismissing actionable whisper What is the root cause of that problem?We are getting the Line 507 in 8deddfa
Then we call Line 519 in 8deddfa
App/src/libs/OptionsListUtils.ts Line 541 in 8deddfa
What changes do you think we should make in order to solve the problem?We should get the const lastActorAccountID = lastAction?.actorAccountID ?? report.lastActorAccountID; and update this logic like this let lastActorDetails: Partial<PersonalDetails> | null = lastActorAccountID && personalDetails?.[lastActorAccountID] ? personalDetails[lastActorAccountID] : null; What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A 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. RESULTS Screen.Recording.2025-03-22.at.1.18.00.PM.mov |
I was able to reproduce it. I don't think it should be a deploy blocker though. What are your thoughts @cristipaval? |
I agree, it is a NAB. This is the offending PR |
@nkdengineer could you please comment here so that I can assign you to this? Also, I added @allroundexperts as the C+ since they reviewed the offending PR |
I'm here. |
@nkdengineer One of the solution is, pass the report param in function call here Line 519 in b7f3f5b
and update the function like this function getLastActorDisplayName(lastActorDetails: Partial<PersonalDetails> | null, report?: OnyxEntry<Report>) {
if (!lastActorDetails || isSelfDM(report)) {
return '';
} WYT |
Job added to Upwork: https://www.upwork.com/jobs/~021904639203158747322 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.24-10 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-04-16. 🎊 For reference, here are some details about the assignees on this issue:
|
@allroundexperts @flaviadefaria @allroundexperts The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
Current assignee @flaviadefaria is eligible for the Bug assigner, not assigning anyone new. |
Triggered auto assignment to @abekkala ( |
Hi @abekkala, I'll be OOO during this time (I'm off until the 23rd) - would you mind finishing the payment here when due? Thank You 🙇♀ |
@flaviadefaria did you send an offer already?
I'm not seeing one in your previous posts above but don't want to send another |
PAYMENT SUMMARY FOR APRIL 16
|
Payment Summary
BugZero Checklist (@abekkala)
|
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalPrecondition:
Test:
Verify that the LHN preview will show "You: tracking x" after dismissing actionable whisper. Do we agree 👍 or 👎 |
@nkdengineer can you please accept the upwork offer? |
posting payment summary once more: PAYMENT SUMMARY FOR APRIL 16
|
@abekkala Accepted, thanks!! |
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.17-0
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: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Mac 15.3 / Chrome
App Component: Left Hand Navigation (LHN)
Action Performed:
Precondition:
Expected Result:
LHN preview will show "You: tracking x" after dismissing actionable whisper.
Actual Result:
LHN preview shows "Expensify: tracking x" after dismissing actionable whisper.
It only shows "You: tracking x" after reopening the chat.
Workaround:
Unknown
Platforms:
Screenshots/Videos
1.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @flaviadefariaThe text was updated successfully, but these errors were encountered: