Commit 9983d6e6 authored by Florie Guibert's avatar Florie Guibert

Default enabled for epic boards ff

parent 7aa551c2
...@@ -42,7 +42,7 @@ module Boards ...@@ -42,7 +42,7 @@ module Boards
end end
def available? def available?
group.licensed_feature_available?(:epics) && Feature.enabled?(:epic_boards, parent) group.licensed_feature_available?(:epics) && Feature.enabled?(:epic_boards, parent, default_enabled: :yaml)
end end
def allowed? def allowed?
......
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