Closed (duplicate)
Project:
Drupal core
Version:
8.9.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Sep 2013 at 12:34 UTC
Updated:
12 Jul 2021 at 11:18 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
clemens.tolboomComment #2.0
clemens.tolboomUpdated issue summary.
Comment #2.1
clemens.tolboomRephrased summary.
Comment #3
clemens.tolboomI've created Graph API #2099247: Render the routings based on permissions. to visualize the _permission defined in system.routing.yml as I'm not sure what's wrong let alone fix the tests.
I don't get the differences between
For a bigger version of the graph see my blog http://build2be.com/content/routing-discovery-graph-api which is an svg.
Comment #3.0
clemens.tolboomAdded the word anonymous.
Comment #4
clemens.tolboomThe admin/index pages is even worse as it shows all System tasks.
It is provided by
\Drupal\system\Controller\AdminController::index()which callsfunction system_get_module_admin_tasks()that seems not to check for permissions.XREF: #699848: admin/by-task is confusing since it lacks links to config pages and looks similar to admin/config and friends
Comment #13
pameeela commentedDuplicate of #296693: Restrict access to empty top level administration pages