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.

CommentFileSizeAuthor
#1 georss_country_problem.patch1.17 KBgeodaniel

Comments

geodaniel’s picture

Assigned: Unassigned » geodaniel
Status: Active » Needs work
StatusFileSize
new1.17 KB

I'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.

geodaniel’s picture

http://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.

geodaniel’s picture

Status: Needs work » Patch (to be ported)

This was applied on the 4.7 branch but not on the 5.x branch yet

geodaniel’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
geodaniel’s picture

Status: Patch (to be ported) » Closed (fixed)

Applied on 5.x and HEAD