Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2019-07-16 17:20:53 +0300
committerBrett Walker <bwalker@gitlab.com>2019-07-16 17:20:53 +0300
commit81f1028801c81369e10c251d422592f959cf35a8 (patch)
tree5e8ee525d4b8fbdc72ea15fa896149e5971f5743 /app/controllers/groups_controller.rb
parent6b021c098cc34b4b6c55c50f080f98edd6698d22 (diff)
Default manual_sorting feature flag to on
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index dbddee47997..c2517ddc10a 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -8,7 +8,7 @@ class GroupsController < Groups::ApplicationController
include RecordUserLastActivity
before_action do
- push_frontend_feature_flag(:manual_sorting)
+ push_frontend_feature_flag(:manual_sorting, default_enabled: true)
end
respond_to :html