I'm getting good use out of this module, but I would like to find a way to fix a small annoyance. I have an exposed filter that lists all the books with the "optional" option selected, allowing all books to be listed. In the dropdown list, however, the first line is blank, so it is not clear to users how to select all. Can this be fixed? You can see the behaviour here.

Comments

droopy’s picture

I seemed to have resolved this by changing line 70 in bible_field_handler_filter_composite.inc to:

$options = array_merge(array('' => 'All'), bible_field_book_options($field['version']));

Is it really as simple as that?

m4olivei’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

If someone would like to take up the torch for the 6.x branch that's awesome, let me know and we'll get you hooked up. Otherwise, I have no need for 6.x and am only working on the 7.x, sorry.

I'll be looking at views support for the 7.x branch soon. That will be solid and supported for the latest version of views.