Skip to content

Draft: Fix non .com env creating free plan bug

Mark Chao requested to merge cdot-2776-free-plan into master

What does this MR do?

The "free" plan is supposed to be reserved for .com environment only. However in two instances it is referenced without checking com?.

How to setup and validate locally (strongly suggested)

Example below:

  1. Enable the invite modal
    Feature.enable(:invite_members_group_modal)
  2. In rails console enable the experiment fully
    Feature.enable(:member_areas_of_focus)
  3. Visit any group or project member pages such as http://127.0.0.1:3000/groups/flightjs/-/group_members
  4. Click invite members button.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports