Problem/Motivation
In
π
Finalize the merge of Help Topics into Help
Fixed
, we have a sub-task to ensure that Help Topics module isn't mentioned in any other topic. It is mentioned in the help.help_topic_search topic:
Verify that the Search, Help, Help Topics, and Block modules are installed (or install them if they are not already installed).
The problem is that in
π
Merge Help Topics classes into Help with BC layer
Fixed
, we are moving all of Help Topics' help topics to the core Help module. So, to avoid a patch or MR that applies to a moved file and inaccurate instructions, let's postpone this change until Help Topics' merge into Help has been completed.
Steps to reproduce
Open the file core/modules/help/help_topics/help.help_topic_search.html.twig (assuming the move is complete, otherwise, look in core/modules/help_topics/help_topics), and see that this topic mentions "Help Topics" (the module).
Proposed resolution
In core/modules/help/help.help_topic_search.html.twig,
Update the following text:
Verify that the Search, Help, Help Topics, and Block modules are installed (or install them if they are not already installed).
To:
Verify that the Search, Help, and Block modules are installed (or install them if they are not already installed).
Remaining tasks
- Wait for
π
Merge Help Topics classes into Help with BC layer
Fixed
to be fixed, which moves this help topic to its new location in core/modules/help/help_topics.
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
Help Topics (which has been an experimental module in Drupal core) has been merged with the core Help module. The instructions for configuring Help search have been updated to no longer require the installation of Help Topics (as it no longer exists as a separate module, but has been merged with Help module).