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
| Comment | File | Size | Author |
|---|---|---|---|
| views.png | 11.82 KB | barrett | |
| image.png | 20.57 KB | barrett | |
| options.png | 67.34 KB | barrett | |
| datetime.png | 34.16 KB | barrett |
Issue fork burndown-3189131
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 #3
barrett commentedComment #4
barrett commentedAdded 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...
Comment #5
jeremylichtman commentedMerged.
Comment #6
jeremylichtman commentedComment #7
jeremylichtman commented