There is no menu item for custom permissions in admin toolbar, Need to add it for a better user experience.
We can add menu item here

| Comment | File | Size | Author |
|---|---|---|---|
| #8 | config-perms_after.png | 168 KB | tirupati_singh |
| #8 | config-perms_before.png | 61.28 KB | tirupati_singh |
| #7 | custom-permissions-menu-item.png | 89.11 KB | shivam_tiwari |
| #4 | admin-toolbar-menu-items.png | 72.39 KB | shivam_tiwari |
Issue fork config_perms-3324778
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
shivam_tiwari commentedComment #3
kristen pol@shivam_tiwari Thank you for opening this issue. We need more information when creating bug reports including explicit steps to reproduce and, as appropriate, a screenshot of the problem.
Comment #4
shivam_tiwari commentedComment #5
shivam_tiwari commentedI am working here
Comment #7
shivam_tiwari commented@kristen pol I added description of issue here and created MR 5 related to this. In this MR I added menu item. Moving this issue to Needs Review state.
Comment #8
tirupati_singh commentedHi, I replicated the issue and can confirm that the issue persist. Currently, to visit/add any custom permissions to the Custom Permissions module configuration page no menu item has been provided. It is hard for a normal user to find the module configuration. To access the module configuration, the users have to visit the Extend page and then after the module configuration can be accessed which is not a good user experience.
I've applied the provided MR as a patch and it applied cleanly without any errors. After applying the patch, a new menu item named "Custom permissions" has been added under the "People" menu allowing user to access the module configuration page to enhance the user experience. I'm attaching the screenshots of before and after fixes for reference. As the MR is resolving the mentioned issue hence, moving it to RTBC. Hope to see this fixes in the new release of the module.
Thanks!
Comment #9
dydave commentedHi Kristen (@kristen pol),
I confirm the issue: The module doesn't define any menu link in the administration menu.
Currently, the module is only accessible through the "Configure" link on the module's extend page, or as a tab (local task) on the User management page (People).
It would be very practical if the page could also be accessible through the administration menu, which most users see through the
admin_toolbarmodule.I haven't tested the changes from MR!5 but looking at the changes, they would seem to accurately address this issue.
Any feedback, comments or questions would be greatly appreciated.
Thanks in advance!
Comment #11
mlncn commented