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

PR54352-Room-The "Schedule a demo" button is not displayed in the #admin room #55590

Closed
2 of 8 tasks
mitarachim opened this issue Jan 22, 2025 · 15 comments
Closed
2 of 8 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Engineering Reviewing Has a PR in review Weekly KSv2

Comments

@mitarachim
Copy link

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: 9.0.88-4
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: #54352
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Samsung S23FE/ Android 14
App Component: Other

Action Performed:

Precondition:
The account should be validated for login in the Hybrid Android app.

Steps:

  1. Login with new account (without +)
  2. Complete onboarding workflow
  3. Create a new workspace
  4. Go to admin room

Expected Result:

The "Schedule a demo" button is displayed in the header of the #admin room.

Actual Result:

The "Schedule a demo" button is not displayed in the header of the #admin room.

Workaround:

Unknown

Platforms:

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

Screenshots/Videos

Bug6720292_1737491267252.54352-Android.mp4

View all open jobs on GitHub

@mitarachim mitarachim added Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 labels Jan 22, 2025
Copy link

melvin-bot bot commented Jan 22, 2025

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

@mitarachim mitarachim added the DeployBlockerCash This issue or pull request should block deployment label Jan 22, 2025
Copy link

melvin-bot bot commented Jan 22, 2025

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

Copy link

melvin-bot bot commented Jan 22, 2025

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

@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Jan 22, 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.

@nkdengineer
Copy link
Contributor

@techievivek We defined the type of adminsRoomReportID in account as a string but the backend returns it as number.

Then this condition doesn't match.

const shouldShowGuideBooking = !!account && report?.reportID === account?.adminsRoomReportID && !!account?.guideDetails?.calendarLink;

Can you change backend to return the string instead of the number for adminsRoomReportID and accountManagerReportID in GetAssignedSupportData API because normal all reportIDs in the App has string type.

Image

@techievivek
Copy link
Contributor

@nkdengineer Interesting, but why is this bug showing up now? We merged that PR long back no?

@nkdengineer
Copy link
Contributor

@techievivek I just created a PR #55521 that removed the toString method when comparing then it happens.

@techievivek
Copy link
Contributor

We will need to wait for the auth deploy here, I have pushed the PR. https://github.com/Expensify/Auth/pull/13911

@techievivek
Copy link
Contributor

I think we can remove the blocker label from this since we need changes from Auth and Web-e both to be deployed before we can close it out. @Beamanator what do you think?

@Beamanator
Copy link
Contributor

I think that's fair! The button is not a super critical bug so if we're only missing a button, nothing else broken, i think let's go NAB here 👍

@techievivek techievivek added Daily KSv2 and removed DeployBlockerCash This issue or pull request should block deployment Hourly KSv2 labels Jan 22, 2025
@joekaufmanexpensify
Copy link
Contributor

Seems like multiple PRs merged/in review. So moving to weekly for now!

@joekaufmanexpensify joekaufmanexpensify added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Jan 22, 2025
@joekaufmanexpensify
Copy link
Contributor

Web PR is merged and out to prod. Auth PR merged and pending deploy. This will be all set after the next auth deploy!

@joekaufmanexpensify
Copy link
Contributor

No payment needed here as @nkdengineer and @eh2077 app PR here was fixing a deploy blocker from another PR they worked on.

@joekaufmanexpensify
Copy link
Contributor

Auth PR deployed last night!

@joekaufmanexpensify
Copy link
Contributor

Closing as we should be all set here. Thanks everyone!

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 Reviewing Has a PR in review Weekly KSv2
Projects
None yet
Development

No branches or pull requests

5 participants