Skip to content

Change member_promotion_management feature flag type from wip to beta

What does this MR do and why?

Changed feature flag type from wip to beta

Also changed the default value of the feature flag

EE: true Changelog: added

ref: #479955 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Remove the FF if you've ever set the FF from your local setup

    ::Feature.remove(:member_promotion_management)
  2. Check the value of the feature flag, it should return true by default

    ::Feature.enabled?(:member_promotion_management)
    => true
Edited by Suraj Tripathi

Merge request reports

Loading