-
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
[$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 |
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: @abzokhattabThe text was updated successfully, but these errors were encountered: