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

Android - Nothing happens when selecting Start/Stop option when creating distance request #47879

Closed
1 of 6 tasks
IuliiaHerets opened this issue Aug 22, 2024 · 7 comments
Closed
1 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Engineering Hourly KSv2

Comments

@IuliiaHerets
Copy link

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: v9.0.24-0
Reproducible in staging?: Y
Reproducible in production?: N
Issue was found when executing this PR: #47720
Email or phone of affected tester (no customers): applausetester+uo0822@applause.expensifail.com
Issue reported by: Applause Internal Team

Action Performed:

  1. Open New Expensify app
  2. Enter any workspace chat
  3. Tap "+" and submit expense
  4. Tap distance tab and attempt to add start/stop locations.

Expected Result:

User is able to enter locations

Actual Result:

Nothing happens when tapping Start/stop

Workaround:

Unknown

Platforms:

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

Screenshots/Videos

Bug6579577_1724353955440.XRecorder_22082024_142523.mp4

View all open jobs on GitHub

@IuliiaHerets IuliiaHerets added DeployBlockerCash This issue or pull request should block deployment Bug Something is broken. Auto assigns a BugZero manager. labels Aug 22, 2024
Copy link

melvin-bot bot commented Aug 22, 2024

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

Copy link

melvin-bot bot commented Aug 22, 2024

Triggered auto assignment to @stephanieelliott (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.

@melvin-bot melvin-bot bot added the Daily KSv2 label Aug 22, 2024
@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Aug 22, 2024
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.

@IuliiaHerets
Copy link
Author

We think that this bug might be related to #wave-collect - Release 1

@marcaaron
Copy link
Contributor

I am unable to repro.

2024-08-22_15-31-04

@marcaaron
Copy link
Contributor

It does seem like it could be one of the conditions here preventing this (modified in linked PR in this issue's description):

function canUserPerformWriteAction(report: OnyxEntry<Report>) {
    const reportErrors = getAddWorkspaceRoomOrChatReportErrors(report);

    // If the expense report is marked for deletion, let us prevent any further write action.
    if (isMoneyRequestReportPendingDeletion(report)) {
        return false;
    }

    const reportNameValuePairs = getReportNameValuePairs(report?.reportID);
    return !isArchivedRoom(report, reportNameValuePairs) && isEmptyObject(reportErrors) && report && isAllowedToComment(report) && !isAnonymousUser && canWriteInReport(report);
}

But there's not enough information to triage this. Reverting for now and building an ad hoc here.

Next steps: Have tester QA against the ad hoc.

@melvin-bot melvin-bot bot added the Overdue label Aug 26, 2024
@puneetlath
Copy link
Contributor

QA has confirmed this is passing now. Demoting and closing.

@melvin-bot melvin-bot bot removed the Overdue label Aug 26, 2024
@puneetlath puneetlath removed the DeployBlockerCash This issue or pull request should block deployment label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Engineering Hourly KSv2
Projects
None yet
Development

No branches or pull requests

4 participants