Hi! Please correct dependency notation in the following .info-files to reflect the current Drupal API to avoid notice that these modules are not compatible with the current Drupal core; this issue has been following this project for quite a while now - some .info-files are already updated, the following though have remained untouched:
hs_book.info
Still is:
dependencies = hierarchical_select book
Should be:
dependencies[] = hierarchical_select
dependencies[] = book
hs_content_taxonomy.info
Still is:
dependencies = hierarchical_select content_taxonomy hs_taxonomy
Should be:
dependencies[] = hierarchical_select
dependencies[] = content_taxonomy
dependencies[] = hs_taxonomy
hs_content_taxonomy_views.info
Still is:
dependencies = hierarchical_select content_taxonomy_views
Should be:
dependencies[] = hierarchical_select
dependencies[] = content_taxonomy_views
hs_taxonomy_views.info
Still is:
dependencies = hierarchical_select hs_taxonomy views
Should be:
dependencies[] = hierarchical_select
dependencies[] = hs_taxonomy
dependencies[] = views
Please find the corrected .info-files attached.
Thank you!
| Comment | File | Size | Author |
|---|---|---|---|
| updated_info_files.zip | 1.75 KB | gateone |
Comments
Comment #1
wim leersThose shouldn't be corrected because they're not yet ported. That *is* why they're not corrected.
This is explained on the project page and in the README.
There are issues for the ports of each of those modules :)