Closed (fixed)
Project:
Address Empty
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2014 at 15:30 UTC
Updated:
8 Mar 2016 at 13:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plazik commentedIt doesn't work for addressfield-7.x-1.0-beta5.
Comment #2
omerida commentedYou mean patch doesn't apply?
Comment #3
plazik commentedNo, it doesn't solve the problem.
Comment #4
thirdender commentedI had the same issue. Users had already created some address entries with just countries. This module removed the countries from the database, but the field values remained (albeit empty). The patch fixed my issue as well.
Comment #5
thirdender commentedThe patch causes an issue when the address field is on any entity other than a node. I was using an address field on a Profile2 entity, and this was causing the following two errors:
I was able to fix the error by replacing
$form_state['node']with$entity. Updated patch attached.Comment #7
robert castelo commentedThanks!
Committed to 7.x-1.1.