Skip to content
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] IOU - System message is not shown after completing send money request flow #36643

Closed
3 of 6 tasks
lanitochka17 opened this issue Feb 15, 2024 · 9 comments
Closed
3 of 6 tasks
Assignees
Labels
Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Hourly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Feb 15, 2024

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.42
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:

  1. Go to https://staging.new.expensify.com/
  2. Tap fab ---- send money
  3. Enter an amount and tap next
  4. Select an user
  5. Tap pay elsewhere
  6. Tap on send money request created to open report page

Expected Result:

After completing send money request flow, in IOU report page, for paid system message must be displayed

Actual Result:

After completing send money request flow, in IOU report page, for paid system message is not displayed

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

Bug6381235_1708031779004.msg.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~019999a8d5ba73ff93
  • Upwork Job ID: 1758251251823669248
  • Last Price Increase: 2024-02-15
@lanitochka17 lanitochka17 added DeployBlockerCash This issue or pull request should block deployment External Added to denote the issue can be worked on by a contributor labels Feb 15, 2024
@melvin-bot melvin-bot bot changed the title IOU - System message is not shown after completing send money request flow [$500] IOU - System message is not shown after completing send money request flow Feb 15, 2024
Copy link

melvin-bot bot commented Feb 15, 2024

Job added to Upwork: https://www.upwork.com/jobs/~019999a8d5ba73ff93

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 15, 2024
Copy link

melvin-bot bot commented Feb 15, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel (External)

Copy link
Contributor

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

Copy link

melvin-bot bot commented Feb 15, 2024

Triggered auto assignment to @thienlnam (Engineering), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

@lanitochka17
Copy link
Author

Production:

noy.mp4

@lanitochka17
Copy link
Author

We think that this bug might be related to #vip-bills
CC @davidcardoza

@kameshwarnayak
Copy link
Contributor

kameshwarnayak commented Feb 16, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

IOU - System message is not shown after completing send money request flow

What is the root cause of that problem?

We are forcefully ignoring markedAsReimbursed actions and not displaying it.

// Ignore markedAsReimbursed action here since we're already display message that explains the request was paid
// elsewhere in the IOU reportAction
if (reportAction.actionName === CONST.REPORT.ACTIONS.TYPE.MARKEDREIMBURSED) {
return false;
}

What changes do you think we should make in order to solve the problem?

Removing the above code will fix the issue.

Result:

Screen.Recording.2024-02-16.at.10.36.20.AM.mov

What alternative solutions did you explore? (Optional)

NA

@thienlnam
Copy link
Contributor

cc @Gonals Looks like you added this in #34719, was this an intentional change and if so should we update the testrail?

@Gonals
Copy link
Contributor

Gonals commented Feb 19, 2024

This is not a bug. It is intended behavior. The relevant message is already displayed in the IOU action. Closing

@melvin-bot melvin-bot bot removed the Overdue label Feb 19, 2024
@Gonals Gonals removed the DeployBlockerCash This issue or pull request should block deployment label Feb 19, 2024
@Gonals Gonals closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Hourly KSv2
Projects
None yet
Development

No branches or pull requests

5 participants