I'm hesitant to enable this module because of its dependency on the devel module in 1.x-1.0-alpha2. I'd like to use it in the 7.x version of my sermons module.
$ drush en bible_field
The following projects have unmet dependencies:
bible_field requires devel
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bible_field-devel-dependency-1487824-1.patch | 364 bytes | traviscarden |
Comments
Comment #1
traviscarden commentedIt looks like this dependency is an error. I've confirmed that the module doesn't invoke any functions or access any menu items declared by Devel. Here's a patch to remove the dependency.
Since having Devel enabled on a production site can lead to security and performance issues, I'm marking this "major".
Comment #2
m4oliveiI noticed this as well. Devel is not needed. Patch in #1 works for me.
Comment #3
m4oliveiCommitted to 7.x-1.x branch. Thanks TravisCarden.