-
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
[$500] Room - Web - Header shows changed Room name & room name on composer unchanged room name #35419
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01d1afbac3cc3b8deb |
Triggered auto assignment to @adelekennedy ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Ollyws ( |
We think that this bug might be related to #vip-vsp. |
ProposalPlease re-state the issue we are trying to solveHeader shows changed Room name & room name on composer unchanged room name Root causeWe are memoizing the App/src/pages/home/report/ReportActionItemCreated.tsx Lines 111 to 119 in 9909a36
What changes should be made to fix this?We should check if |
@mkhutornyi None of the solutions proposed in those issues would fix this one. 🎀👀🎀 C+ reviewed |
Triggered auto assignment to @Gonals, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
I meant they can be combined into one issue since all of these came from memo(
ReportActionItemCreated,
(prevProps, nextProps) =>
prevProps.policy?.name === nextProps.policy?.name &&
prevProps.policy?.avatar === nextProps.policy?.avatar &&
prevProps.policy?.avatar === nextProps.policy?.avatar &&
+ _.isEqual(prevProps.report?.participantAccountIDs, nextProps.report?.participantAccountIDs) &&
+ prevProps.report?.reportName === nextProps.report?.reportName &&
+ _.isEqual(prevProps.personalDetails, nextProps.personalDetails)
prevProps.report?.stateNum === nextProps.report?.stateNum &&
prevProps.report?.statusNum === nextProps.report?.statusNum &&
prevProps.report?.lastReadTime === nextProps.report?.lastReadTime,
), |
@Gonals will you review the selected proposal? |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
we have a selected proposal - just waiting for engineer review @Gonals |
📣 @Ollyws 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @esh-g 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
This issue has not been updated in over 15 days. @Ollyws, @Gonals, @adelekennedy, @esh-g eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
@adelekennedy I think the payments for this issue are pending. The PR was deployed to prod 3 weeks ago. |
@esh-g thank you! It looks like the automation failed for updating the title - settling payments now |
@Ollyws it looks like you haven't accepted the offer on Upwork, once you do I can remit payment and will you take a look at the checklist below? ;;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:
|
Just trying to track down which PR caused this.... @esh-g if you have any insights they would be much appreciated. |
BugZero Checklist:
N/A
Regression Test Proposal
Do we agree 👍 or 👎 |
@adelekennedy Checklist complete and offer accepted. |
@Ollyws Sorry for not replying before. I had to take a break due to health reasons, so wasn't active then. Be sure to contact anytime in future if such help is needed. Thanks! |
@adelekennedy Can we pay and close this one? Thanks! |
Friendly bump @adelekennedy |
So sorry!! Paying this out now |
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.33-0
Reproducible in staging?: Y
Reproducible in production?: Y
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
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
Room name should be consistent
Actual Result:
Inconsistency in Room name preview when change in offline mode.
Header shows changed Room name while room name above composer shows the first unchanged room name
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6361117_1706634444941.Recording__1966.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: