Skip to content
Snippets Groups Projects
Commit 52dc6a23 authored by Douwe Maan's avatar Douwe Maan Committed by 🤖 GitLab Bot 🤖
Browse files

Merge branch 'id-clean-up-mr-assignees' into 'master'

Backports of "Remove feature flag behind MR's multiple assignees"

See merge request gitlab-org/gitlab-ce!30261

(cherry picked from commit ae944b36)

921314d7 Backports of removing feature flag for multiple MR assignees
parent 96ad24a8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -687,10 +687,6 @@ class Project < ApplicationRecord
{ scope: :project, status: auto_devops&.enabled || Feature.enabled?(:force_autodevops_on_by_default, self) }
end
 
def multiple_mr_assignees_enabled?
Feature.enabled?(:multiple_merge_request_assignees, self)
end
def daily_statistics_enabled?
Feature.enabled?(:project_daily_statistics, self, default_enabled: true)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment