systopia / de.systopia.xcm

CiviCRM Extended Contact Matcher
Other
5 stars 11 forks source link

'AdvMulti-Select' is not a valid option for field html_type #29

Closed jensschuppe closed 6 years ago

jensschuppe commented 6 years ago

AdvMulti-Select HTML field type is deprecated and removed in CiviCRM 5.3 (See here). Thus, within the code for filling multi-value custom fields, the API call for retrieving custom fields will always fail with 'AdvMulti-Select' is not a valid option for field html_type API error.

jensschuppe commented 6 years ago

This is a fix for code added in #18.