Re-rolling #216 with a change where we are making
admin/config/people
route ...

Contribution Date
Technology
Contribution Project
Contribution Details

Re-rolling #216 with a change where we are making

admin/config/people

route as group route to handle People menu.

diff --git a/core/modules/user/user.routing.yml b/core/modules/user/user.routing.yml index dc618eed8a..c4f379d364 100644 --- a/core/modules/user/user.routing.yml +++ b/core/modules/user/user.routing.yml @@ -20,6 +20,8 @@ user.admin_index: _title: 'People' requirements: _permission: 'access administration pages' + options: + _group_route: TRUE entity.user.admin_form: path: '/admin/config/people/accounts'
Contribution Author
Files count
1
Patches count
1