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:
authorSean McGivern <sean@gitlab.com>2019-07-24 13:41:47 +0300
committerSean McGivern <sean@gitlab.com>2019-07-24 13:41:47 +0300
commit98152f17eaf6b9346566b64154bc2a348a1257cd (patch)
treeb77e479d8b81235c3bb6759d59f179bac7e600e5 /app/controllers/groups_controller.rb
parentb2f524e77b34e2b7f6abe6b00fe7bd1048d70d2e (diff)
parent81f1028801c81369e10c251d422592f959cf35a8 (diff)
Merge branch 'bw-enable-default-manual-sorting' into 'master'
Default manual_sorting feature flag to on See merge request gitlab-org/gitlab-ce!30788
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 0176962cf0a..dda321bac79 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