Skip to content
Snippets Groups Projects
Commit d93a853c authored by Igor Drozdov's avatar Igor Drozdov Committed by Douwe Maan
Browse files

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

parent 21c37282
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