Skip to content
Snippets Groups Projects
Commit ae944b36 authored by Douwe Maan's avatar Douwe Maan
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
parents 21c37282 d93a853c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -690,10 +690,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