Closed (fixed)
Project:
OpenLayers Geocoder
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2010 at 21:38 UTC
Updated:
15 Dec 2010 at 08:40 UTC
Hi,
I had a country field set as a text field widget for tests. Later, I changed it to a Select list, with the list of the countries of the world. Openlayers_geocoder didn't take the change into account, and as a result, the autocompletion for this field did not work.
I looked through the code and I'm proposing the attached patch, which fixes the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| openlayers_geocoder-select.patch | 1.21 KB | guillaumev |
Comments
Comment #1
ademarco commentedThanks! Committed: http://drupal.org/cvs?commit=457786
After changing a target field widget type you anyway to re-submit the Geocoder field settings.