-
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 regression test steps][$1000] Web - Changing room name offline doesn't reflect in LHN until another chat/room opened #13457
Comments
Triggered auto assignment to @zanyrenney ( |
ProposalProblemIn App/src/pages/home/sidebar/SidebarLinks.js Solutionwe will update the reportName and then when reportName is updated, this component will rendered again and updated the lastest information const chatReportSelector = (report) => {
if (ReportUtils.isIOUReport(report)) {
return null;
}
return report && ({
reportID: report.reportID,
participants: report.participants,
hasDraft: report.hasDraft,
isPinned: report.isPinned,
errorFields: {
addWorkspaceRoom: report.errorFields && report.errorFields.addWorkspaceRoom,
},
maxSequenceNumber: report.maxSequenceNumber,
lastReadSequenceNumber: report.lastReadSequenceNumber,
lastMessageText: report.lastMessageText,
lastActionCreated: report.lastActionCreated,
iouReportID: report.iouReportID,
hasOutstandingIOU: report.hasOutstandingIOU,
statusNum: report.statusNum,
stateNum: report.stateNum,
chatType: report.chatType,
policyID: report.policyID,
+ reportName: report.reportName,
});
}; ResultScreen.Recording.2022-12-09.at.15.07.30.mov |
Current assignee @zanyrenney is eligible for the External assigner, not assigning anyone new. |
Job added to Upwork: https://www.upwork.com/jobs/~01b4df137e42b2ccf6 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
Triggered auto assignment to @neil-marcellini ( |
🟢 on the proposal from @tienifr. Without the report name being returned there, the LHN will never get updated when the name changes. |
Good with @tienifr's proposal. |
📣 @tienifr You have been assigned to this job by @neil-marcellini! |
Thanks, I've applied to the job, the PR will be ready by Dec 12 |
Thanks for the update @tienifr. Let's target to get it closed by Dec 12 itself to be eligible for 50% bonus. |
We're waiting on the fix to be deployed now. |
Hired @tienifr and @mananjadhav can you please accept the job and reply here once you have? |
Accepted @mallenexpensify |
accepted, thanks @mallenexpensify |
@tienifr and @mananjadhav paid $1500/each. Thanks for the quick fix |
^ we're waiting on the regression tests. I'm commenting to remove the overdue label. |
Same |
@mananjadhav, @neil-marcellini, @zanyrenney, @tienifr Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@zanyrenney Did you get a chance to look at the above comments on pending regression steps? |
The call for the regression steps came in whilst I was OOO for the holidays (26th December). Working on this now. |
asking for a buddy check for the regression test here - https://expensify.slack.com/archives/C01SKUP7QR0/p1673376310955709?thread_ts=1673376258.732639&cid=C01SKUP7QR0 |
thanks for picking this up @zanyrenney. |
Going to bump the QA channel for the regression test. |
Bumped the issue again. https://github.com/Expensify/Expensify/issues/254153 |
Looks like the regression tests were added. Have we paid everyone? If so I think we can close this. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Issue found when executing PR #13189
Action Performed:
and login
Expected Result:
Room name should be updated through out the app
Actual Result:
Room name is not updated in LHN until another chat/room opened
Workaround:
Unknown
Platform:
Where is this issue occurring?
Version Number: 1.2.37.0
Reproducible in staging?: Yes
Reproducible in production?: Yes
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug5855586_video_21.1.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: