Closed kbecciv closed 11 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:
π£ @github-actions[bot]! π£ Hey, it seems we donβt have your contributor details yet! You'll only have to do this once, and this is how we'll hire you on Upwork. Please follow these steps:
Contributor details
Your Expensify account email: <REPLACE EMAIL HERE>
Upwork Profile Link: <REPLACE LINK HERE>
Triggered auto assignment to @luacmartins (Engineering
), see https://stackoverflow.com/c/expensify/questions/4319 for more details.
Investigating. Might be intended.
Ok, I don't think this is intended because we can still split bill with anon users from the global create
Reproducible on production:
https://github.com/Expensify/App/assets/22219519/c8f46c05-88b3-4592-961d-9660846d073f
cc @lukemorawski @puneetlath @allroundexperts
Triggered auto assignment to @zanyrenney (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/~01b1b3071c11ee0d1c
Triggered auto assignment to Contributor-plus team member for initial proposal review - @s77rt (External
)
User is not able to create IOU with "Hidden" users, Split button is grayed out
In here, we're filtering participant without login
or text
from the IOU confirmation list.
Remove that condition. I think there's no need for it because as long as the participants have accountId, we can split bill with them.
Or can update to
.filter((participant) => !!participant.accountID || !!participant.text)
to check for accountID
instead of login
If we don't want to allow splitting bill with Hidden users, we should hide the Split bill
option in a group where aside from current user, all other users are Hidden
users
Unable to create IOU with "Hidden" users
We don't allow users to create requests or split bills with hidden user. Note that, when clicking request money in FAB and going to the participant page, we also don't display hidden user in the suggestion list
I think in DM chat with hidden user or in group chat with hidden users, we should hide the request/send/split bill button when clicking + button. In here https://github.com/Expensify/App/blob/a2fc32bbfb8d5917e83134568187529d488812e2/src/libs/ReportUtils.js#L3868-L3879
We should get the personal details of all otherParticipants and add conditions to make sure that we only show request/send/split bill button if personal detail of all otherParticipants include a login field (It mean that this user is not hidden user)
@dukenv0307 Thanks for the proposal. Your RCA is correct. The solution looks good to me. I don't see a reason to have that filter condition either but I have asked here for confirmation.
@DylanDylann Thanks for the proposal. I think in the FAB flow those hidden users are not something that you'd be usually looking for thus not in the list (it's actually a feature since those users are hidden you should not be able to search for them). But for the DM I'd expect the functionality to work as I don't see a reason to disable it.
Not overdue. Still waiting for a clarification on https://github.com/Expensify/App/pull/27547#discussion_r1404542904
Got a clarification on the above ^ We can remove the filter as it was only done to avoid a bug that no longer exists.
π π π C+ reviewed Link to proposal
Current assignee @luacmartins is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new.
π£ @s77rt π An offer has been automatically sent to your Upwork account for the Reviewer role π Thanks for contributing to the Expensify app!
Proposal looks good. Let's get this fixed!
π£ @dukenv0307 π 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 π
@s77rt The PR is ready for review.
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.7-4 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-12. :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:
Regression Test Proposal
regression test can be worked on separately, all payments complete - closing!
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: 1.4.3.0 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:
User should be able to create Split bill with "Hidden" users, Split button should be active
Actual Result:
User is not able to create IOU with "Hidden" users, Split button is grayed out
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/ba6e62b9-6b3e-431d-a104-1d617c91a767
View all open jobs on GitHub
Upwork Automation - Do Not Edit