-
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
[LOW] [Splits] [$500] Split - After clicking on a Split button for a member, WS disappears in the Recent list #38510
Comments
Triggered auto assignment to @miljakljajic ( |
@miljakljajic FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
We think that this bug might be related to #vip-split |
ProposalPlease re-state the problem that we are trying to solve in this issue.Split - After clicking on a Split button for a member, WS disappears in the Recent list What is the root cause of that problem?Here we pass prop What changes do you think we should make in order to solve the problem?Always set the
What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.What is the root cause of that problem?We use App/src/libs/OptionsListUtils.ts Lines 1811 to 1818 in 22bd9eb
and in participant selector page, We only display both owned policies and people when the App/src/pages/iou/request/MoneyTemporaryForRefactorRequestParticipantsSelector.js Line 123 in 7946b15
This fails when we have selected one participant as now, it will become a What changes do you think we should make in order to solve the problem?We should update the condition in const chatOptions = OptionsListUtils.getFilteredOptions(
reports,
personalDetails,
betas,
searchTerm,
participants,
CONST.EXPENSIFY_EMAILS,
// If we are using this component in the "Request money" flow then we pass the includeOwnedWorkspaceChats argument so that the current user
// sees the option to request money from their admin on their own Workspace Chat.
- iouType === CONST.IOU.TYPE.REQUEST,
+ !!iouType,
// OR we can check if the type is not equal to `send`
+ iouType !== CONST.IOU.TYPE.SEND What alternative solutions did you explore? (Optional)N/A |
this should be fine to be handled externally @lanitochka17 - adding the label now! |
Job added to Upwork: https://www.upwork.com/jobs/~013f16adcd9dc81d4a |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @hoangzinh ( |
@miljakljajic This expected behaviour we can not split between workspace and users |
That makes sense thank you, closing! |
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.54-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: N/A
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:
Prerequisite: User has a WS
Expected Result:
WS should still exist in the Recent list, after clicking on a Split button for a member
Actual Result:
WS disappear in the Recent list, after clicking on a Split button for a member
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6418251_1710788778857.mobizen_20240318_220407.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: