Skip to content

Update hook_civicrm_fieldOptions for new fieldNames

colemanw requested to merge colemanw/civirepresent:optionsHook into main

In this hook, custom fields are identified by name instead of id in 5.79+. This will handle it while remaining backward-compat with older versions of Civi.

See https://github.com/civicrm/civicrm-core/pull/30986

Merge request reports