Closed (duplicate)
Project:
Flag
Version:
6.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2010 at 09:24 UTC
Updated:
8 May 2010 at 01:53 UTC
I have a list that could be filtered by whether it's flagged or not. However because the filter options are true or false, it ends up being confusing for the end user.
Is there any way to rename the filter options to something other than true or false.
Also, is there a way to limit the filter options to 'any' and 'false' without true being an option. Or even better yet, have a checkbox to turn on or off the 'false' option.
Thanks.
Comments
Comment #1
quicksketchFlag uses the Views-provided views_handler_filter_boolean_operator class. Any improvements to that class would immediately be available to Flag. This request would be better be handled in Views, because it would provide the same options to all modules that have the same requirement of supporting TRUE/FALSE/ANY filters.
See these related issues:
#347892: UI for boolean filters doesn't handle the "optional" exposed filter case
#313678: Provide "any" option in select when exposed filters is marked as optional