There's been a change in how views handles exposed filters in blocks, and it seems to have bitten Group Search. As soon as I did the update it disappeared. The block still appears to be in the Blocks registry, it just doesn't show up anywhere anymore.

Has anybody else seen this behaviour?

Comments

Renee S’s picture

Project: Markup » Organic Groups
Version: 6.x-1.x-dev » 6.x-2.x-dev
Component: Code » Og Views

(sigh)

Renee S’s picture

Got it - filters can no longer be exposed in default view, only in page view. So you have to edit the view manually and enabled "display exposed filter in block" on the page display. Patch forthcoming for the og.og_search.view page_1 display...

Grayside’s picture

Priority: Normal » Major
Grayside’s picture

Status: Active » Fixed

http://drupalcode.org/project/og.git/commit/4ca53d5

Or just have the existing block definition use the existing page display. Agreed though, it would be nice to simply use the expose as block option, except the broken out hook_block() implementation allows for a more finessed UX. More significant change should be contemplated as a separate Feature Request.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

tweak