Commit a525107c authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch '207888-enable-group-wikis' into 'master'

Enable group wikis by default

See merge request gitlab-org/gitlab!45144
parents 43f36766 47ec307b
......@@ -251,10 +251,8 @@ module EE
prevent :update_default_branch_protection
end
# TODO: Switch to `feature_enabled?` when we enable the feature flag by default
# https://gitlab.com/gitlab-org/gitlab/-/issues/207888
desc "Group has wiki disabled"
condition(:wiki_disabled, score: 32) { !@subject.beta_feature_available?(:group_wikis) }
condition(:wiki_disabled, score: 32) { !@subject.feature_available?(:group_wikis) }
rule { wiki_disabled }.policy do
prevent(*create_read_update_admin_destroy(:wiki))
......
---
title: Add group-level wikis
merge_request: 45144
author:
type: added
......@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29176
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/207888
group: group::knowledge
type: licensed
default_enabled: [false, true]
default_enabled: true
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