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

Comments

traviscarden’s picture

Priority: Normal » Major
Status: Active » Needs review
Issue tags: +Novice
StatusFileSize
new364 bytes

It 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".

m4olivei’s picture

I noticed this as well. Devel is not needed. Patch in #1 works for me.

m4olivei’s picture

Issue summary: View changes
Status: Needs review » Closed (fixed)

Committed to 7.x-1.x branch. Thanks TravisCarden.