Closed kbecciv closed 10 months ago
:wave: Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
Triggered auto assignment to @nkuoch (Engineering
), see https://stackoverflow.com/c/expensify/questions/4319 for more details.
I'll look into it this morning.
Participants under "Split with" list disappear when unselecting them
This is a regression of the PR https://github.com/Expensify/App/pull/28618
The root cause is in the following code segment https://github.com/Expensify/App/blob/a16df0d7b095b98ed3b23df4add3508cbd8a69a2/src/components/MoneyTemporaryForRefactorRequestConfirmationList.js#L371
In the above code, selectedParticipantsFiltered
is a filtered participants list(selected = true) as you can see here
https://github.com/Expensify/App/blob/a16df0d7b095b98ed3b23df4add3508cbd8a69a2/src/components/MoneyTemporaryForRefactorRequestConfirmationList.js#L361
Update the above line to
const unselectedParticipants = _.filter(selectedParticipants, (participant) => !participant.selected);
This works as expected
Triggered auto assignment to @johncschuster (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details.
Platforms
in OP are ✅)Job added to Upwork: https://www.upwork.com/jobs/~01103b76f36fd3edb8
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts (External
)
📣 @s-alves10 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!
Offer link Upwork job Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑💻 Keep in mind: Code of Conduct | Contributing 📖
The above proposal from @s-alves10 is correct. It was a fix that I missed adding to the refactored component.
@allroundexperts
PR is ready for review: https://github.com/Expensify/App/pull/32823
I'll handle the PR review if that's all right. @allroundexperts was unassigned from the issue as @tgolen took the proposal selection on him, and I was pullerbear'ed into the PR.
All yours @cubuspl42!
Reviewing
label has been removed, please complete the "BugZero Checklist".
The solution for this issue has been :rocket: deployed to production :rocket: in version 1.4.11-25 and is now subject to a 7-day regression period :calendar:. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2023-12-20. :confetti_ball:
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.
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:
I don't think we need a regression test. This was caught during regression testing.
- [x] [@s-alves10] Determine if we should create a regression test for this bug.
- [x] [@s-alves10] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
This is a regression of refactoring PR https://github.com/Expensify/App/pull/28618. I don't think we need regression test here
Do we agree 👍 or 👎
@tgolen, @s-alves10 Eep! 4 days overdue now. Issues have feelings too...
It looks like this can be closed out and we agree that we don't need a regression test.
Oops, it looks like this hasn't been paid out. Reopening and assigning someone to help with the payout.
Triggered auto assignment to @bfitzexpensify (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details.
Platforms
in OP are ✅)@bfitzexpensify Could you please help pay this issue according to https://github.com/Expensify/App/issues/32808#issuecomment-1853706054?
Payment complete, closing this out.
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: v1.4.11-1 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 Expensify/Expensify Issue URL: Issue reported by: Applause - Internal Team Slack conversation:
Action Performed:
Expected Result:
Group participants will not disappear from the “Split with” list after unselecting them.
Actual Result:
Group participants disappear from the “Split with” list after unselecting them.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/Expensify/App/assets/93399543/9ae38753-b36c-4e25-acf0-f55f7f1936a7
View all open jobs on GitHub
Upwork Automation - Do Not Edit