Commit 89a221dc authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '12173-renumber-user-callout-enum' into 'master'

Renumber a new UserCallout enum for EE compatibility

Closes gitlab-ee#12173

See merge request gitlab-org/gitlab-ce!29701
parents f0eefbc3 4f817379
......@@ -6,12 +6,15 @@ module UserCalloutEnums
#
# This method is separate from the `UserCallout` model so that it can be
# extended by EE.
#
# If you are going to add new items to this hash, check that you're not going
# to conflict with EE-only values: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/app/models/ee/user_callout_enums.rb
def self.feature_names
{
gke_cluster_integration: 1,
gcp_signup_offer: 2,
cluster_security_warning: 3,
suggest_popover_dismissed: 4
suggest_popover_dismissed: 9
}
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment