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:
Diffstat (limited to 'app/services/concerns/users/participable_service.rb')
-rw-r--r--app/services/concerns/users/participable_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/concerns/users/participable_service.rb b/app/services/concerns/users/participable_service.rb
index 1a03b444b68..a54c4947b0b 100644
--- a/app/services/concerns/users/participable_service.rb
+++ b/app/services/concerns/users/participable_service.rb
@@ -34,7 +34,7 @@ module Users
def groups
return [] unless current_user
- current_user.authorized_groups.with_route.sort_by(&:path)
+ current_user.authorized_groups.with_route.sort_by(&:full_path)
end
def render_participants_as_hash(participants)