Skip to content

Web - Room - Paid policy isn't shown as an option under “Workspace”. #28046

Description

@kbecciv

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Issue found wen executing PR #26982

Action Performed:

  1. Sign into OldDot, create or navigate to an existing paid policy. Save the policyID.
  2. Run the following snippet to enabled chat rooms for the policy.
    const policyID = '';
    API.policy_get({policyIDList: policyID}).then((response) => {
    const policy = response.policies[policyID];
    policy.areChatRoomsEnabled = true;
    API.policy_save({policyID, value: policy});
  3. Sign into NewDot (you'll need to sign out first because of the new reliable updates changes). FAB > New Room.

Expected Result:

Verify the paid policy shows up as an option under "Workspace"

Actual Result:

Paid policy isn't shown as an option under “Workspace”

Workaround:

Unknown

Platforms:

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

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.3.73.0
Reproducible in staging?: y
Reproducible in production?: y
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
Notes/Photos/Videos: Any additional supporting documentation

Bug6210945_26982_web.mp4

Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:

View all open jobs on GitHub

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

BugSomething is broken. Auto assigns a BugZero manager.DailyKSv2ReviewingHas a PR in review

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions