Problem/Motivation

According to Drupal standards, modules should include dependencies in the .info.yml file.

Dependencies 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/views) and {module} is the module's machine name.

Proposed resolution

dependencies:
  - drupal:views

Remaining tasks

None

User interface changes

None

API changes

None

Data model changes

None

Comments

Anonymous’s picture

improvesite created an issue. See original summary.

krzysztof domański’s picture

Status: Active » Needs review
StatusFileSize
new325 bytes

Quickfix.

replicaobscura’s picture

Thanks for discovering this oversight improvesite, and thanks for the quick patch patch Krzysztof! I'll get this merged in shortly.

chipway’s picture

Status: Needs review » Reviewed & tested by the community

I reviewed the issue.
Patch applies cleanly,and do the job.
Moving to RTBC.

replicaobscura’s picture

Status: Reviewed & tested by the community » Fixed

Finally got this committed! Thanks again.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.