Posted by shaisachs on May 6, 2009 at 11:58am
Jump to:
| Project: | OG Titles |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | mradcliffe |
| Status: | closed (fixed) |
Issue Summary
When I try to add a filter to my View to filter by the group member's title (e.g., I want a listing of all users who are the group President), instead of the typical string filtering form, I don't get any inputs. I'd like to have a form which allows me to select the typical string operators - contains, is equal to, etc. - and a string on which to filter, e.g. "President" in this case.
This patch adds that filter, using the generic Views string filter handler. I've tested it in my own case and it seems to work correctly.
| Attachment | Size |
|---|---|
| og_titles.views_.inc_.patch | 343 bytes |
Comments
#1
Thank you. I have committed the patch and tested this. Being able to use the string filter handler options instead of the default filter handler options improves functionality a lot.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.