Active
Project:
Addresses
Version:
6.x-1.10
Component:
Code, CCK related
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2010 at 06:19 UTC
Updated:
28 Dec 2010 at 08:23 UTC
I'm using addresses to create a cck field for addresses in Canada.
My problem is if I input Ontario I get the error:
Could not find Ontario as a province from . Try to use the province abbreviation or number.
If I input ON I get:
Could not find ON as a province from . Try to use the province abbreviation or number.
It looks like the code requires the country portion of the address in order to allow the province field to find the province. Is there a way to bypass this by telling the field "we will always be using Canada as the country"?
If the above is not the issue, how do I correct it?
Comments
Comment #1
AlexisWilke commentedYes. I'm afraid that the country is still required... We should be able to check whether there is only 1 country or a default country (as in just 1 top country defined) and use that as the default. Or maybe even have a way to indicate which country is always the default.
Now, you may want to test with 1.x-dev instead of 1.10 since many problems were fixed since I published 1.10.
Thank you.
Alexis Wilke