summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/boards_actions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/concerns/boards_actions.rb')
-rw-r--r--app/controllers/concerns/boards_actions.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/concerns/boards_actions.rb b/app/controllers/concerns/boards_actions.rb
index eb1080cb3d2..9d40b9e8c88 100644
--- a/app/controllers/concerns/boards_actions.rb
+++ b/app/controllers/concerns/boards_actions.rb
@@ -10,6 +10,9 @@ module BoardsActions
before_action :boards, only: :index
before_action :board, only: :show
before_action :push_wip_limits, only: [:index, :show]
+ before_action do
+ push_frontend_feature_flag(:not_issuable_queries, parent, default_enabled: true)
+ end
end
def index