In readmehelp_form_system_modules_alter() the module currently changes help links only for modules that depend on readmehelp.
It does NOT recognize the namespaced variant readmehelp:readmehelp though.

Comments

geek-merlin’s picture

drugan’s picture

Hi!

Initially it was designed to recognize either readmehelp or drupal:readmehelp

https://git.drupalcode.org/project/readmehelp/blob/HEAD/src/Controller/R...
https://git.drupalcode.org/project/readmehelp/blob/HEAD/src/Plugin/HelpS...

But I am okay if you provide a patch with the readmehelp:readmehelp condition checking if some people use exactly that syntax for module dependencies.

drugan’s picture

Status: Postponed » Closed (works as designed)

Feel free to reopen the issue if there is a patch.