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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3313922-5.patch | 691 bytes | rafaellapinho |
Comments
Comment #2
damienmckennaDid you try out v7.x-3.27 to see if that fixes the problem?
Comment #3
rafaellapinho commentedComment #4
rafaellapinho commentedYes, the issue happens on the version v7.x-3.27 too.
Comment #5
rafaellapinho commentedRemoved extra space.
Comment #6
dcloganguy commentedI"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
Comment #7
damienmckennaI'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?