Closed (fixed)
Project:
Taxonomy Place
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Mar 2019 at 19:53 UTC
Updated:
14 Dec 2019 at 20:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
brooke_heaton commentedAdd patch for composer.json file stipulating drupal/address and drupal/geolocation module dependencies.
Comment #3
brooke_heaton commentedCorrected issues with the patch. Updated #3.
Comment #4
zaporylieThis module depends on geolocation module via config but doesn't add it to list of dependencies in taxonomy_place.info.yml. See http://cgit.drupalcode.org/taxonomy_place/tree/config/install/core.entit... for unmet dependency.
Also - adding composer.json is not really required if dependency will be added to taxonomy_place.info.yml.
Comment #5
brooke_heaton commentedComment #6
tormi@zaporylie gave a review at #4, back to Needs work.
Comment #7
brooke_heaton commentedUnmet dependencies, including geolocation, are addressed in #3030130: Errors in dependencies. Should this issue address the .info file as well?
Comment #8
brooke_heaton commentedRegarding the need or lack of a need for a composer.json for other contrib modules, I was following the best practices outlined here: https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...
Thus I assumed it was best practice to explicitly declare the dependency on drupal/geolocation.
Comment #9
karens commentedThis is part of the fix, there is another issue about .info file. I had to re-roll this it wouldn't apply.
Comment #11
karens commented