Closed (fixed)
Project:
OG Titles
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 May 2009 at 11:58 UTC
Updated:
28 May 2009 at 16:00 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| og_titles.views_.inc_.patch | 343 bytes | shaisachs |
Comments
Comment #1
mradcliffeThank 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.