Closed (fixed)
Project:
Address Field
Version:
7.x-1.0-beta5
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2014 at 19:36 UTC
Updated:
7 Dec 2014 at 21:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bc commentedMy quick solution is to make the "data" part of the addressfield available to views using views_handler_field_serialized - you can then add to your view the field field_address:data and select whichever data key you want to output.
Comment #2
bojanz commentedCommitted the patch, thanks!