-
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
[HOLD for payment 2021-12-13] [HOLD for payment 2021-12-06] After deleting the last message, editing the next last message doesn't update the message displayed in LHN #3743
Comments
Triggered auto assignment to @strepanier03 ( |
A note that this issue is related to the changes made in this PR: #3526 |
Is there any way to push this one forward? It's blocking PR #3526 and all the code is already there, I'm just waiting for a green light to go ahead with the implementation. |
So this is related to changes in #3526 which NikkiWines mentioned above. So I think you are good to go here to submit the PR for this. As this part of old PR. |
But if you are waiting for your solution to be reviewed then waiting is good. |
Hmm, it looks like @strepanier03 is out-of-office currently. Going to add the |
Triggered auto assignment to @mallenexpensify ( |
Everything looks good to me, I'm going to assign an engineer to review. |
Triggered auto assignment to @iwiznia ( |
Job posted https://www.upwork.com/jobs/~01a6f9be9af612f0cd |
Triggered auto assignment to @puneetlath ( |
@puneetlath assigned to you via the |
That proposal seems it would work, but I am a bit concerned about the one time connect call to get all actions of the report of the action being updated. |
Adding the Help Wanted label, as it looks like we're still accepting new proposals on this one (please remove the label if it's not applicable) |
So close #3737 (comment) |
Thanks for bringing it up. Apparently that fix is already deployed too. I did quick check and my PR #4133 still works. I'm marking it as ready for review now. |
Yep, only thing holding the PR for this issue from being merged is the HOLD label on the issue itself. It can 100% be removed now as the fix for #3737 has been merged and deployed and the issue itself is closed. |
I took the issue off hold in the title, we're still on |
Please refer to this post for updated information on the |
|
It's here |
Ah, there are conflicts again, sorry. I will resolve those and update the PR within a few hours. |
@mallenexpensify Conflict is fixed and PR is ready to be merged again as far as I am concerned. |
Sorry for the delay @dklymenk , I commented on the PR and removed |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.1.16-10 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 2021-12-06. 🎊 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.1.17-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 2021-12-13. 🎊 |
Paid @dklymenk in Upwork. Thanks for the help!
|
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
The LHN should be updated after editing last message regardless of your previous actions
Actual Result:
The LHN is not updated
Workaround:
Sending a new message and editing it updates LHN properly
Platform:
Where is this issue occurring?
Web ✔️
iOS ✔️
Android ✔️
Desktop App ✔️
Mobile Web ✔️
Proposal:
The issue is caused by unreliable values in
reportMaxSequenceNumbers
insrc/libs/actions/Report.js
. This array is not updated when you delete a message.Here is how I would rewrite
updateReportActionMessage
to update thereportMaxSequenceNumbers
.I would also need to check how other functions across the app interact with
maxSequenceNumber
to make sure reducing it doesn't break anything.Version Number: 1.0.68-4
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
View all open jobs on Upwork
The text was updated successfully, but these errors were encountered: