- Issue created by @bmunslow
- @bmunslow opened merge request.
- Status changed to Needs review
almost 2 years ago 6:21am 2 May 2023 - Status changed to Needs work
over 1 year ago 9:30am 8 June 2023 - 🇪🇸Spain bmunslow
It looks like the above commit is not enough to fix the issue. Accessing the
firebase.configuration
route throws the following exception:Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "firebase.help" does not exist." at /var/www/html/docroot/core/lib/Drupal/Core/Routing/RouteProvider.php line 206
The issue lies in the
firebase.help
local task, which remains defined if the help module is uninstalled and references the non-existing routefirebase.help
. - Status changed to Needs review
over 1 year ago 9:33am 8 June 2023 - 🇪🇸Spain bmunslow
Fixed issue by providing a derivative to generate the help local task dynamically, only if the help module is enabled.