summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-10 12:08:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-10 12:08:15 +0000
commitbe2696666feee6e1045e0991309b71ce7f38a413 (patch)
tree9078d7b0fb2d9ed14e22fbf783f75db4666c67e7 /app/controllers/groups_controller.rb
parent1f64fe671ba1a368ff7e67948448b4805cdfc2db (diff)
downloadgitlab-ce-be2696666feee6e1045e0991309b71ce7f38a413.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index 269342a6c22..86557ff6640 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -35,6 +35,7 @@ class GroupsController < Groups::ApplicationController
before_action :track_experiment_event, only: [:new]
before_action only: :issues do
+ push_frontend_feature_flag(:or_issuable_queries, group)
push_force_frontend_feature_flag(:work_items, group.work_items_feature_flag_enabled?)
end