-
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-03-29] [$500] [Polish] Web - LHN - "This is the beginning of your chat" message can be seen for "Your space" #38087
Comments
Triggered auto assignment to @garrettmknight ( |
@garrettmknight 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. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Web - LHN - "This is the beginning of your chat" message can be seen for "Your space What is the root cause of that problem?In the condition below, we don't check for Lines 366 to 391 in 4239b37
What changes do you think we should make in order to solve the problem?We should check for lastMessageText = ReportUtils.isSelfDM(report)
? Localize.translate(preferredLocale, 'reportActionsView.beginningOfChatHistorySelfDM')
: Localize.translate(preferredLocale, 'reportActionsView.beginningOfChatHistory') +
displayNamesWithTooltips
.map(({displayName, pronouns}, index) => {
const formattedText = !pronouns ? displayName : `${displayName} (${pronouns})`;
if (index === displayNamesWithTooltips.length - 1) {
return `${formattedText}.`;
}
if (index === displayNamesWithTooltips.length - 2) {
return `${formattedText} ${Localize.translate(preferredLocale, 'common.and')}`;
}
if (index < displayNamesWithTooltips.length - 2) {
return `${formattedText},`;
}
return '';
})
.join(' '); Result |
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
What alternative solutions did you explore? (Optional)
|
Job added to Upwork: https://www.upwork.com/jobs/~01dd0f2883a58d68d9 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @getusha ( |
@garrettmknight Can you confirm the expected behavior? (What text should be displayed in LHN instead of "This is beginning of your chat"). Currently, there are two suggestions from contributors are, "No activity yet" and "This is your personal space. Use it for notes, tasks, drafts, and reminders." |
@nkdengineer I think it should be "This is your personal space. Use it for notes, tasks, drafts, and reminders." since that's the default in the room to start. |
@Krishna2323's proposal looks good to me |
❌ There was an error making the offer to @getusha for the Reviewer role. The BZ member will need to manually hire the contributor. |
❌ There was an error making the offer to @Krishna2323 for the Contributor role. The BZ member will need to manually hire the contributor. |
@getusha, PR ready for review. |
Triggered auto assignment to @danieldoglas, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@getusha what is the ETA for review? |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.55-3 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-03-29. 🎊 For reference, here are some details about the assignees on this 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:
|
Sorry for the wait - @getusha @Krishna2323 offers out to you both. |
@garrettmknight, accepted. Thanks! |
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:
Regression Test Proposal
Do we agree 👍 or 👎 |
Paid out, closing. |
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: 1.4.50.2
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/4416342&group_by=cases:section_id&group_id=229070&group_order=asc
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
The message shouldn't be seen.
Actual Result:
"This is the beginning of your chat" message can be seen for "Your space" in the LHN.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: