Download & Extend

Views throws undefined index notices when using BEF on a field with a non-default filter key

Project:Better Exposed Filters
Version:7.x-3.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

$form['#info']["filter-$field_id"]['label'] = ''; // Hide the label

should be

$form['#info']["filter-$label"]['label'] = ''; // Hide the label

Hope this makes sense because I'm in a hurry and have no time to explain or create a patch today.

Comments

#1

Status:active» needs review

#2

This is around line 802 of better_exposed_filters_form_plugin.inc