The replacement method for CRM_Core_OptionGroup::getValue() in Custom-Data-Helper uses the API and thus throws exceptions while the original method just returned NULL. After systopia/Custom-Data-Helper#7 got merged, Custom-Data-Helper will need to be updated for this extension.
Follow-up to #177.
The replacement method for
CRM_Core_OptionGroup::getValue()
in Custom-Data-Helper uses the API and thus throws exceptions while the original method just returnedNULL
. After systopia/Custom-Data-Helper#7 got merged, Custom-Data-Helper will need to be updated for this extension.