This patch adds the views float filter to views_views_handlers() so that it can actually be used. The filter already exists within views_handler_filter_numeric.inc, but is currently not registered in hook_views_handlers().

Comments

merlinofchaos’s picture

Status: Active » Needs work

Whoops! That must've gotten missed during the cutting and pasting frenzy of separating the handlers.

To be used properly it should be separated into its own file rather than left in there with numeric.

yhahn’s picture

Status: Needs work » Needs review
StatusFileSize
new3.13 KB

Sounds good -- new patch has the filter separated into its own views_handler_filter_float.inc file.

merlinofchaos’s picture

Status: Needs review » Fixed

Thanks! Committed!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.