Closed (fixed)
Project:
GeoRSS module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jan 2007 at 09:14 UTC
Updated:
16 Mar 2007 at 16:07 UTC
Jump to comment: Most recent file
Due to the recent location module upgrade to allow multiple locations, incoming feeds items are not having their locations attached. Firstly it's an oversight in my last patch, as I'm not adding the location information properly, but it's also related to #109611 in that a location is not saved unless it has a country associated with it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | georss_country_problem.patch | 1.17 KB | geodaniel |
Comments
Comment #1
geodaniel commentedI've attached a patch which gets the module working for incoming aggregator2 feeds again by assigning the country code 'xx' which equates to the 'NOT LISTED' entry in location module. Ideally, we won't have to do this, so I'll look into fixing the issue on the location module side.
Comment #2
geodaniel commentedhttp://drupal.org/node/109611 was updated with a patch that should solve this issue without the need for the 'xx' hack. The rest of this patch still needs applying though.
Comment #3
geodaniel commentedThis was applied on the 4.7 branch but not on the 5.x branch yet
Comment #4
geodaniel commentedComment #5
geodaniel commentedApplied on 5.x and HEAD