Postponed (maintainer needs more info)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2022 at 15:59 UTC
Updated:
18 Nov 2022 at 14:39 UTC
Jump to comment: Most recent, Most recent file
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?