- Issue created by @reszli
- Merge request !4#3492575 - make sure help module is installed before using it's route → (Open) created by reszli
Loading settings form at /admin/config/media/file-system/xsendfile
requires the route help.page
, which might not be available if the module help is not installed.
1. Uninstall help module
2. Navigate to /admin/config/media/file-system/xsendfile
3. Find following error:
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "help.page" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of core/lib/Drupal/Core/Routing/RouteProvider.php).
Render help page links only if help module is installed
Active
1.2
Code