Change By: Natascha Desmarais (10/Feb/14 12:58 PM)
Description: The basic functionality of being able to add *any* zip code and being able to display it is not given.
England and the Netherlands have non-numerical zip codes, such as "W11 2BQ". See http://en.wikipedia.org/wiki/Postal_codes#Precision
The field will not let you enter such a zip code.

Typing any zip code longer than 4 digits will also add a thousand delimiter automatically, which is also displayed on the output. Cannot be used like that for the zip codes.

Suggestion: convert field (and sample data) from Long to String.

(Small workaround for the output in contacts.ftl:
 {code}  <span class="postal-code">${contact.zipCode?string("0")}</span> {code}  - but ultimately the field fix is necessary for the non numerical zip codes) 
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to