rainlab / location-plugin

Adds location based features, such as Country and State.
Other
21 stars 44 forks source link

Fix country-long mapping #95

Closed acasar closed 2 years ago

acasar commented 2 years ago

The country-long mapping currently doesn't work, since the requested resultType was never passed along to the getValueFromAddressObject function. So it always returned the short name.

This PR fixes the issue.