Problem/Motivation
If you attempt to install this module without node or taxonomy installed (unlikely, but possible) it will throw an error:
Configuration objects provided by outbound have unmet dependencies: core.entity_view_mode.taxonomy_term.outbound (taxonomy)
Steps to reproduce
- Use a minimal drupal install
- Attempt to install outbound
Proposed resolution
We just need to add drupal:node and drupal:taxonomy to the dependencies in the info file. This will prevent the issue from happening.
Issue fork outbound-3384120
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 #5
minoroffense commented