Skip to content
代码片段 群组 项目
未验证 提交 f0b188f3 编辑于 作者: Andrew Smith's avatar Andrew Smith
浏览文件

Allow epic_color_highlight flag to be applied to groups


EE: true
Changelog: fixed
Signed-off-by: default avatarAndrew Smith <espadav8@gmail.com>
上级 e0436720
No related branches found
No related tags found
无相关合并请求
......@@ -19,7 +19,7 @@ class Groups::EpicsController < Groups::ApplicationController
before_action do
push_frontend_feature_flag(:confidential_notes, @group, type: :development)
push_frontend_feature_flag(:realtime_labels, group)
push_frontend_feature_flag(:epic_color_highlight)
push_frontend_feature_flag(:epic_color_highlight, @group)
end
feature_category :portfolio_management
......
......@@ -13,7 +13,7 @@ class RoadmapController < Groups::ApplicationController
# show roadmap for a group
def show
push_frontend_feature_flag(:epic_color_highlight)
push_frontend_feature_flag(:epic_color_highlight, @group)
# Used to persist the order and show the correct sorting dropdown on UI.
@sort = set_sort_order
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册