diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-27 18:10:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-27 18:10:15 +0000 |
commit | 6093748e9e59122c7dab8855b1113a71e6182822 (patch) | |
tree | 2a8d26cabc1f7fc091544d8a9510ccec41ca6dcf /app/controllers/groups_controller.rb | |
parent | 6d82b3a0c58f427e90bb8665cd13931128753a23 (diff) | |
download | gitlab-ce-6093748e9e59122c7dab8855b1113a71e6182822.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 7edf4195700..ff04f0736e1 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -57,6 +57,7 @@ class GroupsController < Groups::ApplicationController feature_category :code_review, [:merge_requests, :unfoldered_environment_names] feature_category :projects, [:projects] feature_category :importers, [:export, :download_export] + urgency :low, [:export, :download_export] urgency :high, [:unfoldered_environment_names] |