Problem/Motivation

When update the views module from 7.x-3.24 to 7.x-3.25 version was introduced a bug. There is a variable called 'output' on the file views/plugins/views_plugin_exposed_form.inc, that was removed to add the value directly. But there is an instance of the variable that was not updated. Causing the with the exposed form not being displayed up on the view.

Proposed resolution

Add the variable again.

CommentFileSizeAuthor
#5 3313922-5.patch691 bytesrafaellapinho
#3 3313922-1.patch693 bytesrafaellapinho

Comments

RafaellaPinho created an issue. See original summary.

damienmckenna’s picture

Did you try out v7.x-3.27 to see if that fixes the problem?

rafaellapinho’s picture

StatusFileSize
new693 bytes
rafaellapinho’s picture

Yes, the issue happens on the version v7.x-3.27 too.

rafaellapinho’s picture

StatusFileSize
new691 bytes

Removed extra space.

dcloganguy’s picture

I"m not sure if this is the same issue but the expose filter checkbox is unchecking itself when you save a filter using v7.x-3.27.
I apologize. I was changing branches. The issue is fixed in 7.x-2.27.

thanks

damienmckenna’s picture

Version: 7.x-3.27 » 7.x-3.x-dev
Status: Needs review » Postponed (maintainer needs more info)

I'm not sure how this is a problem with the module. The fact that the variable $output doesn't exist is unlikely to cause significant problems.

What might cause problems is if the form is not rendered before it realizes that the exposed form is not supposed to be output.

What sort of display is the exposed form being used with? Is it with a display that comes with Views, from another module or a custom one?