Closed (duplicate)
Project:
Flag
Version:
7.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 01:36 UTC
Updated:
2 Feb 2016 at 08:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
realOFF commentedI believe this to be a duplicate:
#686550: Add 'any' option for Views exposed filter default values
Comment #2
TimelessDomain commented@realOFF - This is still broken in d7. the issue you linked to is d6. I looked for an open issue with views related to this for d7, but could not find one. The d6 issue may help though #347892: UI for boolean filters doesn't handle the "optional" exposed filter case
Comment #3
shawn dearmond commentedHere's a patch that fixes it for me.
Comment #4
TimelessDomain commentedIt works! Thanks
Comment #5
realOFF commentedWill this work on D6?
Thanks.
Comment #6
TimelessDomain commentedd6 already works
Comment #7
a.siebel commentedDoesn't work for me.
Comment #8
a.siebel commentedsry, now it works... maybe i didn't empty the cache.
Comment #9
a.siebel commentedOk, now I see the error:
When creating the new flag filter, the "any" option is not available.
After saving, you can edit the filter -> Now the option "any" is available.
Comment #10
TimelessDomain commentedyea it would be better to have the -any- option show up upon initially creating the filter. maybe have it appear by default or have the checking of the "optional" box make it appear by ajax. Though if you require input for the exposed filter, having the any option would be needed even if the flag was not optional.
Comment #11
quicksketchThis has been fixed in #658400: Exposed filter includes "Any" option when "Optional" is unchecked (Regression bug, revert).
Comment #12
gratefulsk commentedI came across this same problem, but I still can't seem to fix it. I get an error "You must select a value unless this is an non-required exposed filter."
Here is a screenshot.
Comment #13
mxr576@gratefulsk Uncheck the required checkbox and you problem will be solved.