Closed (fixed)
Project:
Geolocation Field
Version:
8.x-1.x-dev
Component:
Geolocation field
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2017 at 12:39 UTC
Updated:
22 Mar 2017 at 13:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mfernea commentedHere is the patch.
Comment #3
mfernea commentedComment #5
christianadamski commentedHey,
why did you remove the #default_value property? These are pretty important, aren't they?
Comment #6
christianadamski commentedRe-added #default_value and altered message slightly
Comment #8
mfernea commentedActually the #default_value property was not removed. In the patch there is a double assignment.
$lat_example = $element['lat']['#default_value'] = $items[$delta]->lat;Comment #9
christianadamski commentedRemoved double assignment and correctly exported patch
Comment #11
christianadamski commentedThanks!