You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if address processing is disabled then none of the address parameters must be validated. These include
street
city
postalcode
state
country
That goes validations that verify existence of the value and for rules that check existing value
In current bug example the problem appeared only in case address country code was filled with non ISO3166 value. The the address country code was missing contact update requests were processed successfully as expected.
Postal address validation should be enabled and disabled together with address processing setting available in admin interface (/admin/settings)
It is currently impossible to update contact data if postal address data is invalid on an existing contact object.
The text was updated successfully, but these errors were encountered: