Skip to content
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

Closed
edutrul opened this issue Nov 14, 2016 · 4 comments
Closed

[permission_debug] Add role column #2939

edutrul opened this issue Nov 14, 2016 · 4 comments

Comments

@edutrul
Copy link
Contributor

edutrul commented Nov 14, 2016

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.

permission_debug__role

Solution

I am working on it, few minutes I'll have a PR

@edutrul
Copy link
Contributor Author

edutrul commented Nov 14, 2016

It is going to have as well a sort by RID

@edutrul
Copy link
Contributor Author

edutrul commented Nov 14, 2016

Actually it is sorted by weight
user_roles_by_weight_not_by_rid

@edutrul
Copy link
Contributor Author

edutrul commented Nov 14, 2016

PR: PR: #2940

@edutrul
Copy link
Contributor Author

edutrul commented Nov 14, 2016

and also PR for languages
English hechoendrupal/drupal-console-en#35
Spanish hechoendrupal/drupal-console-es#8

@enzolutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants