-
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 2023-05-29] in workspace chat, workspace details are missing in header #19123
Comments
Triggered auto assignment to @mallenexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @luacmartins ( |
Not able to reproduce this in staging not production Staging: Screen.Recording.2023-05-17.at.9.19.28.AM.movProduction: Screen.Recording.2023-05-17.at.9.20.49.AM.mov |
@luacmartins I can reproduce this on latest main |
@luacmartins The problem came from this line in headerview: const reportHeaderData = (isTaskReport || !isThread) && !_.isEmpty(props.parentReport) ? props.parentReport : props.report; it should be:
|
ProposalPlease re-state the problem that we are trying to solve in this issue.in workspace chat, workspace details are missing in header What is the root cause of that problem?The problem came from this line: App/src/pages/home/HeaderView.js Line 79 in 3bee6f9
Let take a look at the prop of workspace, I posted above. The parentReport isn't empty, so this condition return true and reportHeaderData will be props.parentReport which is an object of report key, because of that ReportUtils.getReportName(reportHeaderData); will return empty since getPolicyExpenseChatName couldn't get information from it.
What changes do you think we should make in order to solve the problem?The condition here should be: const reportHeaderData = (isTaskReport || !isThread) && !_.isEmpty(props.parentReport) && !isPolicyExpenseChat ? props.parentReport : props.report;props.report; We should check the condition if this is Policy Expense Chat then we should use props.report instead of props.parentReport What alternative solutions did you explore? (Optional)None |
I could reproduce and this is indeed a blocker |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
ProposalPlease re-state the problem that we are trying to solve in this issue.in workspace chat and new chat, header are missing What is the root cause of that problem?This PR caused this bug App/src/pages/home/HeaderView.js Line 79 in 3559764
We are having the wrong condition (isTaskReport || !isThread) What changes do you think we should make in order to solve the problem?We should update reportHeaderData like this
What alternative solutions did you explore? (Optional) |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.15-12 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 2023-05-25. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
This comment was marked as duplicate.
This comment was marked as duplicate.
PR was CP-d and its on production too so this is not a deploy blocker. Removing label. |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.16-7 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 2023-05-29. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@mallenexpensify checklist complete. We just need to process payment now. |
Lol why are there 2 payment dates here? I think it should be the 2nd one since the fix was deployed to prod 4 days ago. Please correct me if I'm wrong |
I think it's on production 9 days ago as per #19127 (comment) |
@gadhiyamanan thanks! In Any case, payment is due today. |
@gadhiyamanan can you please accept the job and reply here once you have? Only payment due is the reporting bonus, right? Comment if not! |
@mallenexpensify accepted, thanks! |
@gadhiyamanan paid! Closing |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
should show workspace name in header
Actual Result:
details are missing in header
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.14.4
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2023-05-16.at.12.58.21.PM.mov
Recording.633.mp4
Expensify/Expensify Issue URL:
Issue reported by: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1684222206427449
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: