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().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_float_filter2.patch.txt | 3.13 KB | yhahn |
| views_float_filter.patch.txt | 756 bytes | yhahn |
Comments
Comment #1
merlinofchaos commentedWhoops! 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.
Comment #2
yhahn commentedSounds good -- new patch has the filter separated into its own
views_handler_filter_float.incfile.Comment #3
merlinofchaos commentedThanks! Committed!