Views filter that allows filtering nodes by whether they're used as feeds or not.
Will post patch soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 360061_filter_is_feed_type.patch | 2 KB | alex_b |
| #1 | 360061_filter_is_feed_type.patch | 2.52 KB | alex_b |
Views filter that allows filtering nodes by whether they're used as feeds or not.
Will post patch soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 360061_filter_is_feed_type.patch | 2 KB | alex_b |
| #1 | 360061_filter_is_feed_type.patch | 2.52 KB | alex_b |
Comments
Comment #1
alex_b commentedReady to be reviewed.
1) Does this approach work?
2) Only filter is implemented, argument and field not - are we good to go nonetheless?
Comment #2
drewish commentedsubscribing... this seems a little overly complex at first glance but it might be the only correct way to do it.
Comment #3
alex_b commented#2: you're right. The substitution trick is actually not necessary. (I was under the assumption that the results of handlers where being cached. Not true apparently.)
Comment #4
aron novak1) Works like a charm.
2) Well, it could be useful definitely.
Comment #5
aron novakThe #3 just behaves exactly as the #1.
Comment #6
alex_b commentedCommitted.