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.

Issue fork pwbi-3600683

Command icon 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

dkmishra created an issue. See original summary.

shank115’s picture

Status: Active » Needs review
StatusFileSize
new377 bytes

Adding the patch for this issue.

dkmishra’s picture

StatusFileSize
new357 bytes

Hi @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.

vinodhini.e’s picture

Hi, 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.