- Issue created by @praveen rani
- Issue was unassigned.
- Status changed to Needs review
7 months ago 10:03am 3 May 2024 Hi @stefan.korn, I have created MR to resolve this issue. Please review it.
Thank You.
- 🇩🇪Germany stefan.korn Jossgrund
Do you have DKAN installed and enabled? This is a prerequisite for this module, see README.
Due to some issue with adding dependencies to projects outside Drupal, i could not add the DKAN module as a dependency in the info.yml. See https://github.com/GetDKAN/dkan/discussions/4149
We could at least add a composer.json to this module which requires DKAN, but still this will not automatically install DKAN together with this module because the dependency is not included in info.yml.
- Status changed to Needs work
7 months ago 10:16am 3 May 2024 -
stefan.korn →
committed aab79509 on 1.0.x
#3445064: Add composer.json to require DKAN
-
stefan.korn →
committed aab79509 on 1.0.x
- Status changed to Needs review
7 months ago 11:25am 3 May 2024 - 🇩🇪Germany stefan.korn Jossgrund
I have added composer.json to require DKAN.
Still DKAN and specifically DKAN datastore module needs to be enabled before enabling this module.