Closed (fixed)
Project:
iCalendar Field
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2019 at 15:46 UTC
Updated:
17 Aug 2025 at 10:09 UTC
Jump to comment: Most recent
Dependencies must be prefixed with the project name
| Comment | File | Size | Author |
|---|---|---|---|
| ics_field-56-156681120.patch | 358 bytes | pifagor |
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 #2
alonaoneill commentedAccording 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.
https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...
Also, the name of the module should be capitalized.
Comment #3
jeroentThis is still active. However, the uploaded patch only adds a prefix for the datetime module. Not for token.
Comment #5
jeroentComment #7
stefanos.petrakisLooks good, thank you people!
Re. this comment:
I didn't find in that docu page that `name:` should follow Drupal's capitalization; it said so much for the `package:` property, but not for `name:`. I decided to rename the module still to sth more human readable.
Going to commit this now
Comment #9
stefanos.petrakisAssigning credit and closing issue.