The following notice can prevent the BEF settings dialog from loading when editing a BEF view.

( ! ) Notice: Undefined index: value in /Users/bauman/Sites/cornell/modules/contrib/better_exposed_filters/src/Plugin/views
/exposed_form/BetterExposedFilters.php on line 538

If PHP notices are visible, this error will cause the "settings" link to fail silently.

Comments

AaronBauman created an issue. See original summary.

aaronbauman’s picture

Status: Active » Needs review
StatusFileSize
new1.21 KB

In this patch:
add !empty before calls to in_array

aaronbauman’s picture

StatusFileSize
new1.05 KB

Fixed paths

aaronbauman’s picture

Issue summary: View changes
bermawy’s picture

Status: Needs review » Reviewed & tested by the community

I have this issue too, and this patch fix the issue

jeremyr’s picture

This patch does appear to fix the problem. It also appears to be be a duplicate as #6 points out. The patch here or in the related issue do the trick.

jeremyr’s picture

Status: Reviewed & tested by the community » Closed (duplicate)