Problem/Motivation

I encountered multiple errors when installing the module in a core 9.1 site installed with the minimal profile. All these required adding modules to the burndown.info.yml dependencies list.

Errors are shown in attached screenshots. I'll see about opening an official merge request later this weekend.

Steps to reproduce

Setup a site using the minimal profile and try to enable the burndown module.

Proposed resolution

Changing the dependencies section of burndown.info.yml resolved the problem for me.

dependencies:
  - datetime
  - field
  - image
  - link
  - options
  - taxonomy
  - views
CommentFileSizeAuthor
views.png11.82 KBbarrett
image.png20.57 KBbarrett
options.png67.34 KBbarrett
datetime.png34.16 KBbarrett

Issue fork burndown-3189131

Command icon 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

Barrett created an issue. See original summary.

barrett’s picture

Status: Active » Needs review
barrett’s picture

Added a commit to set the project name in dependencies as recommended by www.drupal.org/docs/creating-custom-modules/let-drupal-know-about-your-m...

jeremylichtman’s picture

Merged.

jeremylichtman’s picture

Status: Needs review » Fixed
jeremylichtman’s picture

Status: Fixed » Closed (fixed)