Closed (fixed)
Project:
Geocode
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2009 at 08:40 UTC
Updated:
31 Mar 2010 at 19:57 UTC
In geocode.module, line 64 there is:
'field types' => array('postal', 'textfield'),
which I believe should be:
'field types' => array('postal', 'text'),
As far as I can see, CCK gives textfields a "text" type, rather than "textfield". In the original code, nothing ends up matching the required type, meaning nothing is put into the settings $form to allow you to choose the CCK text field(s) you want to geocode.
Jeff
Comments
Comment #1
becw commentedI noticed this fix as well. +1
Comment #2
manski2 commentedthis helped me too +1
Comment #3
tstoecklerCan't roll a patch right now, but can confirm this as well.
Comment #4
allie mickaThis was fixed awhile ago and is available in the CVS version. Thanks!
Comment #6
tstoecklerCreated new issue:
#557096: Geocode 6.x-dev release not updated
Comment #7
gagarine commentedAlpha2 became after your commit but it's still not fixed. I just take a look in the CVS and it sound like not fixed.
EDIT: sorry apparently the bug is NOT on Alpha2 (why I do with my files?) but I use drush to get the dev version and that's don't work certainly because #557096: Geocode 6.x-dev release not updated
Comment #8
gagarine commented