diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-03 06:10:30 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-03 06:10:30 +0000 |
| commit | d3a97bfbd26fe2876f64fa88d0936dfed2246fa1 (patch) | |
| tree | 0d5ddf529ad894122d120b09f4f3eed31853fe32 /app/controllers/groups_controller.rb | |
| parent | 036de62f732d946bba13be217f5d86fe65638dc5 (diff) | |
| download | gitlab-ce-d3a97bfbd26fe2876f64fa88d0936dfed2246fa1.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.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 3fef5b9b8c5..ed8c269bebc 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -35,10 +35,6 @@ class GroupsController < Groups::ApplicationController push_frontend_feature_flag(:vue_issuables_list, @group) end - before_action do - set_not_query_feature_flag(@group) - end - before_action :export_rate_limit, only: [:export, :download_export] helper_method :captcha_required? |
