Needs review
Project:
Google Client Geocoder
Version:
5.x-0.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2008 at 22:56 UTC
Updated:
22 Nov 2008 at 00:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
rbl commentedI can confirm this on the 5.x-1.x-dev version as well
Ricardo
Comment #2
vlooivlerke commentedIf you tick the "delete address" tickbox on a already submitted node, the duplicate key entry in the taxonomy does not happen. But I also confirm this bug.
Comment #3
mpaler commentedHi,
I've fixed this. The problem has to do with how node terms are cached when manipulating a node programatically. Luckily it's an easy fix.
Starting line 325 in gcg_taxonomy.module change the following:
to
Attached is a patch for those that like to do it that way...
Michael
Comment #4
manuj_78 commentedHi Michael,
Did you manage to get this module running on your site?
Comment #5
mpaler commentedYes but not in production so I've yet to see whether it can stand up to the test of users.
Comment #6
manuj_78 commentedDid you have to make any more changes to the site besides this patch?
I am trying to figure out a way to set a default location and also to restrict the users to tag nodes only from a particular region...do you have any idea if that can be done?
Comment #7
mpaler commentedJust this patch.
I don't think those functionalities are built in. You will likely have to modify the module code to achieve that.
Comment #8
mpaler commentedI'm still confused as to the status of this project. Not sure it's being maintained. Either way, I've changed the status of this issue to a patch for review so that is might get incorporated into the code base.
Thanks
Mike