Problem/Motivation
vendor/drush/drush/drush en environment_indicator_toolbar
In RouteProvider.php line 211:
Route "environment_indicator_ui.settings" does not exist.
The configure route in environment_indicator_toolbar is set to environment_indicator_ui.settings that is part of another submodule, that is not required for environment_indicator_toolbar.
Proposed resolution
Either add dependency of environment_indicator_ui to environment_indicator_toolbar or remove the configure property from environment_indicator_toolbar.info.yml file
Issue fork environment_indicator-3530288
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
Comment #4
immaculatexavier commentedComment #5
trackleft2Thank you, I'll get a new release out with this in it soon.Sorry about the new bug. I am not sure why the PHPUnit tests are failing now.
Comment #7
trackleft2Looks good to me, Thanks!
Comment #9
trackleft2Comment #10
trackleft2