The module dependencies are incorrectly namespaced

Created on 7 November 2023, about 1 year ago
Updated 24 January 2024, 10 months ago

Problem/Motivation

dependencies: a list of other modules your module depends on. Dependencies on Drupal core or contrib modules should be namespaced in the format {project}:{module}, where {project} is the project name as it appears in the Drupal.org URL (e.g. drupal.org/project/paragraphs) and {module} is the module's machine name.

https://www.drupal.org/docs/develop/creating-modules/let-drupal-know-abo...

This causes the mollie_webform dependency of the cmrf_form_processor_mollie submodule to not be automatically installed, making it impossible to install the module without manually requiring the Mollie module.

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇧🇪Belgium dieterholvoet Brussels

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024