Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
aggregator data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2009 at 04:37 UTC
Updated:
21 Apr 2009 at 23:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Martin2010 commentedCould someone atleast let me know if this has been recommended for fixing in the next version? It'll help determine whether I use FeedAPI or Aggregator for the feeds on my site.
thanks
Comment #2
vm commentedIt would be reviewed/fixed quicker if a patch was provided for testing.
Comment #3
Martin2010 commentedNot sure I understand ? Just trying to make sure its not just me.
the bug is very easy to replicate.
Comment #4
reaneyk commentedAttached is an exported view and a screenshot. I'm having the same issue when I try to select a feed id to filter my view results.
Comment #5
Martin2010 commentedIm willing to pay for a quick fix to this issue..so I can use aggregator for the feeds on my site. This is the last part I need done before re-launching my site.
Seems like its just a minor permission error or something... no ?
Comment #6
dropcube commentedThis bug is not related to feed displays component, but to Aggregator data, which have not been added yet.
Comment #7
Martin2010 commentedany ETA on when it could be fixed ?
Comment #8
merlinofchaos commentedThe author of the aggregator implementation hasn't had the time to look at this, and I've been hoping someone else would grab this as I am incredibly busy elsewhere.
Comment #9
dropcube commentedThe attached patch fixed it by defining a valid field handler.
Comment #10
dropcube commentedComment #11
Martin2010 commenteddropcube, u know if the 6.10 update resolved this ? I havent updated yet.
Comment #12
dropcube commentedMartin2010: No, this is a small bug in the views data definition, it's not related with Drupal core. My previous patch fixes it.
Comment #13
Martin2010 commentednice job..that fixed the error and stuff.
But I thought this Field was so that we can select a different aggregator feed ? not just the default 1.
If I select "Aggregator feed: Feed ID" as a field, all it does is display a number "8" .
How can I select / pick which aggregator feed I want to use for my feed?
Comment #14
merlinofchaos commentedField == display
Filter or Argument == select
That's a core paradigm of Views.
Comment #15
khan2ims commentedWhat does this mean?
Field == display
Filter or Argument == select
Comment #16
merlinofchaos commentedCommitted. Thanks, dropcube!