systopia / de.systopia.xcm

CiviCRM Extended Contact Matcher
Other
5 stars 11 forks source link

Fix custom field handling #9

Closed bjendres closed 7 years ago

bjendres commented 7 years ago

Currently, there is a settings option for custom fields, but it's only being used to create the diff activity. This, however, doesn't make a lot of sense. We should simply check which fields are being submitted.

Similarly, we should add support for a more flexible <custom group name>.<custom field name> (e.g. contact_additional.birth_year) notation, going beyond the default custom_<id> (e.g. custom_31).

bjendres commented 7 years ago

fixed with #7