Commit 94fb3fe7 authored by Florie Guibert's avatar Florie Guibert Committed by Eulyeon Ko

Enable graphql_board_lists for project boards

parent c39d19e9
......@@ -10,6 +10,7 @@ class Projects::BoardsController < Projects::ApplicationController
before_action do
push_frontend_feature_flag(:add_issues_button)
push_frontend_feature_flag(:swimlanes_buffered_rendering, project, default_enabled: :yaml)
push_frontend_feature_flag(:graphql_board_lists, project, default_enabled: false)
end
feature_category :boards
......
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