- Issue created by @SirClickALot
- 🇮🇳India jparmar
Yes aggree to declare Drupal-level (runtime) dependency — so that Drupal knows to enable that dependency module when enabling your module.
Added patch for it. I can confirm that after applying the patch, the dependency is noted on the "extend" page and when installing the module, the modules it depends upon are also installed.
- First commit to issue fork.
- Merge request !8#3538721 Remove incorrect dependency on views_data_export → (Merged) created by swirt
- 🇺🇸United States swirt Florida
Thanks sirclickalot, jparmar, and bhogue for all your work on this and contributing. Unfortunately it took the problem in the wrong direction. node_link_report does not use views_data_export. It was mistakenly added to the composer.json as a result of copy and paste.
I created an MR to remove it and will merge that shortly.The nice thing about MR rather than patches is that they generate tugboat preview instances so it makes it really quick to review things on vanilla installs.