Problem/Motivation
On the module settings page (/admin/config/system/menu_per_role), the link in the "Administrator bypass" description is broken.
Steps to reproduce
- Go to /admin/config/system/menu_per_role.
- Observe the description for "Administrator bypass".
- Click the "Account settings" link. It will lead to a 404 page with a malformed URL.
Proposed resolution
In the /src/Form/MenuPerRoleAdminSettings.php, update the buildForm method to point to the correct "Role settings" page and use the correct placeholder.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | screenshot_menu_per_role_settings_page.png | 331.17 KB | snap_x |
Issue fork menu_per_role-3555429
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 #3
grask0 commentedHey, I have provided the fix.
Please review.
Comment #4
snap_xThanks @grask0
Your fix works fine for me
Comment #6
grask0 commentedMerged!