-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[permission_debug] Add role column #2939
Comments
It is going to have as well a sort by RID |
PR: PR: #2940 |
and also PR for languages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
when executing $ drupal permisison:debug
you get "Permission name" (which is permission machine name) and "Permission Label" (which is the heuman name permission also displayed in /admin/people/permission)
But we need to display as well user roles that belong to each permission
for example "access content"permission is owned by roles: "anonymous", "authenticated and "administrator" so a new column "Role" should be added and roles should be displayed for each permission.
Solution
I am working on it, few minutes I'll have a PR
The text was updated successfully, but these errors were encountered: