Skip to content
代码片段 群组 项目
未验证 提交 46ad93a9 编辑于 作者: Natalia Tepluhina's avatar Natalia Tepluhina 提交者: GitLab
浏览文件

Moved bulk editing feature flag from index page to global flag

上级 082795f6
No related branches found
No related tags found
无相关合并请求
...@@ -26,6 +26,7 @@ class Groups::EpicsController < Groups::ApplicationController ...@@ -26,6 +26,7 @@ class Groups::EpicsController < Groups::ApplicationController
push_frontend_feature_flag(:work_item_epics_list, @group) push_frontend_feature_flag(:work_item_epics_list, @group)
push_force_frontend_feature_flag(:work_items_alpha, group.work_items_alpha_feature_flag_enabled?) push_force_frontend_feature_flag(:work_items_alpha, group.work_items_alpha_feature_flag_enabled?)
push_frontend_feature_flag(:issues_list_drawer, @group) push_frontend_feature_flag(:issues_list_drawer, @group)
push_frontend_feature_flag(:bulk_update_work_items_mutation, @group)
end end
before_action only: :show do before_action only: :show do
...@@ -33,7 +34,6 @@ class Groups::EpicsController < Groups::ApplicationController ...@@ -33,7 +34,6 @@ class Groups::EpicsController < Groups::ApplicationController
end end
before_action only: :index do before_action only: :index do
push_frontend_feature_flag(:bulk_update_work_items_mutation, @group)
push_force_frontend_feature_flag(:namespace_level_work_items, epic_work_items_enabled?) push_force_frontend_feature_flag(:namespace_level_work_items, epic_work_items_enabled?)
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册