Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2011 at 23:31 UTC
Updated:
18 Nov 2011 at 23:59 UTC
I am creating a taxonomy views rss, with a required term id argument in the path. Therefore, my path is set to "feed/%/rss.xml". When I pull a feed from a url like http://site.com/feed/1/rss.xml, where 1 is my term id, each resulting item has it's source set to http://site.com/feed/%/rss.xml, instead of http://site.com/feed/1/rss.xml.
Did I miss a configuration step somewhere, or is this related to source not being supported?
Comments
Comment #1
jbizzay commentedHmm, also looks like the main link element is only getting set to the base url, like http://site.com . Possibly related?
Comment #2
maciej.zgadzaj commentedThanks for spotting this. Fixed in the most recent 6.x-1.x-dev version, just pushed. Please pull from repo or allow up to 12 hrs for d.o to refresh the package.