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

[PAID] [$250] QBO - Tags - Error message is missing left and right margins and cannot be dismissed #45056

Closed
6 tasks done
izarutskaya opened this issue Jul 9, 2024 · 17 comments
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Engineering External Added to denote the issue can be worked on by a contributor Monthly KSv2 Reviewing Has a PR in review

Comments

@izarutskaya
Copy link

izarutskaya commented Jul 9, 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: 9.0.5-5
Reproducible in staging?: Y
Reproducible in production?: N
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team

Action Performed:

Precondition:

  • Workspace A is connected to QBO and has imported multi tags.
  • Workspace B is not connected to QBO and has tags (not multi tags).
  1. Go to staging.new.expensify.com
  2. Go to Workspace B settings > Tags.
  3. Click Settings > Custom tag name.
  4. Enter 0 and save it.
  5. Note that the error message has left and right margins and can be dismissed.
  6. Go to Workspace A settings (the one connected to QBO) > Tags.
  7. Click on any main tag > Custom tag name.
  8. Enter 0 and save it.
  9. Click on the X button.

Expected Result:

The error message will have left and right margins and can be dismissed.

Actual Result:

The error message does not have left and right margins and cannot be dismissed when clicking on the X button.

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

Bug6536555_1720498506705.bandicam_2024-07-09_12-10-34-149.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~0100255cf25234fe2e
  • Upwork Job ID: 1810657313224383264
  • Last Price Increase: 2024-07-09
  • Automatic offers:
    • ShridharGoel | Contributor | 103046084
@izarutskaya izarutskaya added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. DeployBlocker Indicates it should block deploying the API labels Jul 9, 2024
Copy link

melvin-bot bot commented Jul 9, 2024

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

Copy link

melvin-bot bot commented Jul 9, 2024

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

Copy link
Contributor

github-actions bot commented Jul 9, 2024

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

@izarutskaya
Copy link
Author

@strepanier03 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.

@izarutskaya
Copy link
Author

We think this issue might be related to the #collect project.

@izarutskaya
Copy link
Author

Crash on production
image (3)

@ShridharGoel
Copy link
Contributor

Proposal

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

QBO - Tags - Error message is missing left and right margins and cannot be dismissed

What is the root cause of that problem?

Styles are not set in OfflineWithFeedback + onClose logic is missing.

<OfflineWithFeedback
errors={currentPolicyTag.errors}
pendingAction={currentPolicyTag.pendingAction}
>

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

Update it to this:

<OfflineWithFeedback
    errors={currentPolicyTag.errors}
    onClose={() => Tag.clearPolicyTagListErrors(policyID, currentPolicyTag.orderWeight)}
    pendingAction={currentPolicyTag.pendingAction}
    errorRowStyles={styles.mh5}
>

@danieldoglas danieldoglas removed the DeployBlocker Indicates it should block deploying the API label Jul 9, 2024
@danieldoglas
Copy link
Contributor

Doesn't look related to backend changes.

@Julesssss
Copy link
Contributor

Hi @ShridharGoel, your proposal makes sense to me. As this is a blocker, please could you raise a PR ASAP and I'll assign you.

@Julesssss Julesssss assigned Julesssss and ShridharGoel and unassigned lakchote Jul 9, 2024
@Julesssss Julesssss added the External Added to denote the issue can be worked on by a contributor label Jul 9, 2024
@melvin-bot melvin-bot bot changed the title QBO - Tags - Error message is missing left and right margins and cannot be dismissed [$250] QBO - Tags - Error message is missing left and right margins and cannot be dismissed Jul 9, 2024
Copy link

melvin-bot bot commented Jul 9, 2024

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

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

melvin-bot bot commented Jul 9, 2024

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

@Julesssss Julesssss removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Jul 9, 2024
Copy link

melvin-bot bot commented Jul 9, 2024

📣 @ShridharGoel 🎉 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 📖

@ShridharGoel
Copy link
Contributor

ShridharGoel commented Jul 9, 2024 via email

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Hourly KSv2 labels Jul 9, 2024
@ShridharGoel
Copy link
Contributor

@Julesssss @lakchote #45068

@Julesssss Julesssss removed the DeployBlockerCash This issue or pull request should block deployment label Jul 9, 2024
@kbecciv
Copy link

kbecciv commented Jul 9, 2024

Issue is not reproducible

bandicam.2024-07-09.18-47-34-410.mp4

@ShridharGoel
Copy link
Contributor

@strepanier03 Can you handle the payments on this? Thanks.

@melvin-bot melvin-bot bot added Monthly KSv2 and removed Weekly KSv2 labels Aug 22, 2024
Copy link

melvin-bot bot commented Aug 22, 2024

This issue has not been updated in over 15 days. @Julesssss, @strepanier03, @ShridharGoel eroding to Monthly issue.

P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do!

@strepanier03 strepanier03 changed the title [$250] QBO - Tags - Error message is missing left and right margins and cannot be dismissed [PAID] [$250] QBO - Tags - Error message is missing left and right margins and cannot be dismissed Sep 3, 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 External Added to denote the issue can be worked on by a contributor Monthly KSv2 Reviewing Has a PR in review
Projects
None yet
Development

No branches or pull requests

8 participants