summaryrefslogtreecommitdiff
path: root/app/controllers/groups/children_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups/children_controller.rb')
-rw-r--r--app/controllers/groups/children_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/groups/children_controller.rb b/app/controllers/groups/children_controller.rb
index 10a6ad06ae5..d10c52f0301 100644
--- a/app/controllers/groups/children_controller.rb
+++ b/app/controllers/groups/children_controller.rb
@@ -9,6 +9,9 @@ module Groups
feature_category :subgroups
+ # TODO: Set to higher urgency after resolving https://gitlab.com/gitlab-org/gitlab/-/issues/331494
+ urgency :low, [:index]
+
def index
params[:sort] ||= @group_projects_sort
parent = if params[:parent_id].present?