Problem/Motivation
The module provides a configuration page, but its .info.yml file does not define a configure key. As a result, no Configure link is displayed for the module on the Extend page (/admin/modules), making the settings page less discoverable for site administrators.
Proposed resolution
Add the configure key to pwbi.info.yml and point it to the module's settings route so that Drupal displays a Configure link in the module listing.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3600683-pwbi-missing-configure-fix.patch | 357 bytes | dkmishra |
| #2 | 3600683.patch | 377 bytes | shank115 |
Issue fork pwbi-3600683
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
shank115 commentedAdding the patch for this issue.
Comment #4
dkmishra commentedHi @shank115, thanks for the patch. I created an MR based on the patch from #2. Since a small change was needed, I'm attaching an updated version here. I have tested the patch, and it is working as expected.
Comment #5
vinodhini.e commentedHi, Able to reproduce the issue on Drupal 11.3.11.
After enabling the module, I checked the module listing page (/admin/modules) and confirmed that the Configure link was not displayed, even though the module provides a configuration page.
Applied the changes from MR !23 and retested. The Configure link is now visible on the module listing page and correctly navigates to the module's settings page.
Tested on Drupal 11.3.11 and confirmed the fix works as expected. Thanks.