-
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-12-30] [$250] Room - In room created with dependent tags enabled workspace, state tags shown in expense preview #53454
Comments
Triggered auto assignment to @CortneyOfstad ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Inconsistency in the tag field between the split report preview and the split confirm and details What is the root cause of that problem?this inconsistency occurs because in the split confirm page we dont show the tag if the split is not an expense report chat however we dont check that in the split preview:
App/src/components/ReportActionItem/MoneyRequestPreview/MoneyRequestPreviewContent.tsx Line 150 in d9e53c7
What changes do you think we should make in order to solve the problem?we should add a check to validate that the current report is const shouldShowTag = !!tag && isPolicyExpenseChat;
const shouldShowCategoryOrTag = shouldShowTag || !!category; and here we should use 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)another solution is to prevent setting the tag in request transaction if the chat is not a App/src/components/MoneyRequestConfirmationList.tsx Lines 695 to 697 in 30483a8
if (updatedTagsString !== TransactionUtils.getTag(transaction) && updatedTagsString && isPolicyExpenseChat) {
IOU.setMoneyRequestTag(transactionID, updatedTagsString);
} |
Job added to Upwork: https://www.upwork.com/jobs/~021865094255127866607 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jayeshmangwani ( |
I was not able to reproduce this — going to have this retested! |
@abzokhattab 's Proposal looks good to me. We can add the 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @cristipaval, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @abzokhattab 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@abzokhattab What's the ETA for the PR? |
the pr is ready here #53973 |
Hey @jayeshmangwani and @abzokhattab — just a heads up that I will be OOO starting this afternoon (December 20th) and will be returning January 6th. A handful of folks on the BZ team will be online for a few days in between the 25th and the 1st, but we'll be operating with a skeleton crew. If there is any action needed from a BZ perspective, feel free to please post this issue in #expensify-open-source and someone on the team will jump in. Otherwise, I'll review when I'm back in office. Thank you and Happy Holidays! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.77-6 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 2024-12-30. 🎊 For reference, here are some details about the assignees on this issue:
|
@jayeshmangwani @CortneyOfstad @jayeshmangwani 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] |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalPrerequisites:
Do we agree 👍 or 👎 |
@CortneyOfstad, @cristipaval, @jayeshmangwani, @abzokhattab Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Not Overdue; payment is due here, but @CortneyOfstad is OOO until January 6th, so we can wait until then. |
@CortneyOfstad, @cristipaval, @jayeshmangwani, @abzokhattab 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@CortneyOfstad Whenever you can, please add the payment summary here for this issue and close it too. |
@jayeshmangwani — I sent you an offer in Upwork for the payment here — https://www.upwork.com/nx/wm/offer/105597059. Let me know once you accept and I'll get that paid ASAP. Thank you! |
@CortneyOfstad I paid via ND and @abzokhattab paid via Upwork |
Sorry about that @jayeshmangwani — I don't see you on the list, so I will get that updated now internally, and I will cancel the offer and get the payment summary out ASAP. |
Payment Summary@jayeshmangwani — to be paid $250 via NewDot Regression Test |
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.0.70-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): N/A
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
In confirmation page, no tag option and so after creating expense, in preview
Actual Result:
In room created with dependent tags enabled workspace, state tags shown in expense preview. But tag not shown in preview for room created with ordinary tags enabled.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
bug.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @CortneyOfstadThe text was updated successfully, but these errors were encountered: