Hello,
I'm trying to enable module using drush and get this error:
Project appointment_calendar (8.x-1.x-dev) downloaded to ...
No release history was found for the requested project (period_field).
Module appointment_calendar cannot be enabled because it depends on the following modules which could not be found: period_field
I tried to find any reference to "period_field" module, but I couldn't.
Any help is appreciated.
Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | edited_dependencies-2841487-8.patch | 496 bytes | MaskyS |
Comments
Comment #2
antroxim commentedComment #3
MaskyS commentedIt seems that the .info.yml states an invalid dependency. I'm going to put out a few patches to fix this.
Comment #4
ajay_reddyHope this fixes issue.
And module is still in development stage.
Comment #5
MaskyS commentedL
Comment #6
MaskyS commentedHere is a patch which corrects the dependencies. Now you shouldn't get that problem again.
Comment #7
MaskyS commentedSorry, uploaded the wrong patch.
Comment #8
MaskyS commentedPrevious patch had an extra whitespace at EOL. Here is a patch that has been tested with simplytest.me and git. Patch applied cleanly in both cases.
Comment #9
MaskyS commentedL
Comment #10
MaskyS commentedComment #11
MaskyS commentedThis was a mistake from my side. ajay_reddy's patch is good. I thought that his patch removed all dependencies when it removed only one. I'm going to RTBC this.
Comment #12
MaskyS commentedComment #14
ajay_reddy