Commit 74a2c395 authored by Rémy Coutable's avatar Rémy Coutable

Fix subgroups group path issue

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 747914db
...@@ -130,6 +130,7 @@ module Gitlab ...@@ -130,6 +130,7 @@ module Gitlab
notification_setting notification_setting
pipeline_quota pipeline_quota
projects projects
subgroups
].freeze ].freeze
ILLEGAL_PROJECT_PATH_WORDS = PROJECT_WILDCARD_ROUTES ILLEGAL_PROJECT_PATH_WORDS = PROJECT_WILDCARD_ROUTES
......
...@@ -155,7 +155,8 @@ describe Gitlab::PathRegex do ...@@ -155,7 +155,8 @@ describe Gitlab::PathRegex do
end end
let(:ee_paths_after_group_id) do let(:ee_paths_after_group_id) do
%w[audit_events %w[
audit_events
analytics analytics
ldap ldap
ldap_group_links ldap_group_links
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment