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

[$250] [Due for payment 2025-02-25] [Navigation] Workspace - Unable to invite member from Overview #56797

Closed
8 tasks done
mitarachim opened this issue Feb 13, 2025 · 29 comments
Closed
8 tasks done
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor

Comments

@mitarachim
Copy link

mitarachim commented Feb 13, 2025

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: 9.0.98-0
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: Exp
Email or phone of affected tester (no customers): applausetester+sj9032@applause.expensifail.com
Issue reported by: Applause Internal Team
Device used: Mac 15.0 / Chrome
App Component: Workspace Settings

Action Performed:

  1. Go to staging.new.expensify.com
  2. Go to workspace settings > Overview.
  3. Click Invite.
  4. Click a member > Next.
  5. Click Invite.

Expected Result:

Member is invited successfully.

Actual Result:

Nothing happens after clicking Invite button.

Workaround:

Unknown

Platforms:

  • Android: Standalone
  • Android: HybridApp
  • Android: mWeb Chrome
  • iOS: Standalone
  • iOS: HybridApp
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Bug6741304_1739401124685.20250213_065715.mp4

View all open jobs on GitHub

Issue OwnerCurrent Issue Owner: @
Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~021892145417207271540
  • Upwork Job ID: 1892145417207271540
  • Last Price Increase: 2025-02-19
Issue OwnerCurrent Issue Owner: @zanyrenney
@mitarachim mitarachim added Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 DeployBlockerCash This issue or pull request should block deployment labels Feb 13, 2025
Copy link

melvin-bot bot commented Feb 13, 2025

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

Copy link

melvin-bot bot commented Feb 13, 2025

Triggered auto assignment to @zanyrenney (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.

@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Feb 13, 2025
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 13, 2025

💬 A slack conversation has been started in #expensify-open-source

@melvin-bot melvin-bot bot added Daily KSv2 and removed Hourly KSv2 labels Feb 13, 2025
@nkdengineer
Copy link
Contributor

Proposal

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

Nothing happens after clicking Invite button.

What is the root cause of that problem?

We added Navigation.dismissModal(); in this commit to fix error when press ESC button

but the problem is that we are using 2 navigates in a row here

Navigation.setNavigationActionToMicrotaskQueue(() => {
Navigation.dismissModal();
Navigation.navigate(ROUTES.WORKSPACE_MEMBERS.getRoute(route.params.policyID));
});
};

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

We can add InteractionManager.runAfterInteractions for the second navigate

        Navigation.setNavigationActionToMicrotaskQueue(() => {
            Navigation.dismissModal();
            InteractionManager.runAfterInteractions(() => {
                Navigation.navigate(ROUTES.WORKSPACE_MEMBERS.getRoute(route.params.policyID));
            });
        });

Navigation.setNavigationActionToMicrotaskQueue(() => {
Navigation.dismissModal();
Navigation.navigate(ROUTES.WORKSPACE_MEMBERS.getRoute(route.params.policyID));
});
};

What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?

None

What alternative solutions did you explore? (Optional)

OR we can remove Navigation.dismissModal(); here

Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job.

@mountiny mountiny assigned mountiny and unassigned robertjchen Feb 13, 2025
@mountiny mountiny added Hourly KSv2 and removed Daily KSv2 labels Feb 13, 2025
@mountiny
Copy link
Contributor

FYI most likely related to https://expensify.slack.com/archives/C01GTK53T8Q/p1739435484596829?thread_ts=1739328522.587109&cid=C01GTK53T8Q and we are discussing and working on solutions for this

@adamgrzybowski
Copy link
Contributor

@mountiny Yeah that's makes sense

@adamgrzybowski
Copy link
Contributor

@mountiny Just to make it clear 😄 this proposal is good 🟢.
We may want to find a better system approach for problems like that in the future.

@mountiny
Copy link
Contributor

🟢 green colour I understand 🙌

@mountiny
Copy link
Contributor

Also no payment required so closing

@nkdengineer
Copy link
Contributor

@mountiny I was assigned to this issue and created a PR that was merged here. Should i get payment on this one?

@mountiny mountiny reopened this Feb 19, 2025
@mountiny mountiny added the External Added to denote the issue can be worked on by a contributor label Feb 19, 2025
@melvin-bot melvin-bot bot changed the title [Due for payment 2025-02-25] [Navigation] Workspace - Unable to invite member from Overview [$250] [Due for payment 2025-02-25] [Navigation] Workspace - Unable to invite member from Overview Feb 19, 2025
Copy link

melvin-bot bot commented Feb 19, 2025

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

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

melvin-bot bot commented Feb 19, 2025

Current assignee @dukenv0307 is eligible for the External assigner, not assigning anyone new.

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Feb 19, 2025
@mountiny
Copy link
Contributor

Whoops sorry, I thought this was fixed by swm, thanks!

@mountiny mountiny removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 19, 2025
@mountiny
Copy link
Contributor

$250 to @nkdengineer only. @dukenv0307 reviewed the original PR

@melvin-bot melvin-bot bot added the Overdue label Feb 21, 2025
@zanyrenney
Copy link
Contributor

@mountiny when is payment due? the title says not for 4 more days but is that correct?

@melvin-bot melvin-bot bot removed the Overdue label Feb 21, 2025
@mountiny
Copy link
Contributor

Looks good to me based on the PR deployment time

@zanyrenney
Copy link
Contributor

@nkdengineer i invited you to the upwork job as you had not applied: https://www.upwork.com/ab/applicants/1892145417207271540/pending

@nkdengineer
Copy link
Contributor

@zanyrenney Applied to the job, thank you

@zanyrenney
Copy link
Contributor

perfect thanks!

@zanyrenney
Copy link
Contributor

offer is pending, please accept!

@zanyrenney
Copy link
Contributor

cc @nkdengineer

@zanyrenney
Copy link
Contributor

payment summary

$250 paid to @nkdengineer via upwork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests

8 participants