Open bjendres opened 3 years ago
Replaced
$activity_type = CRM_Core_OptionGroup::getValue('activity_type', $activity_type, 'name');
with
$activity_type = civicrm_api3('OptionValue', 'getvalue', [
'option_group_id' => 'activity_type',
'name' => $activity_type,
'return' => 'value'
]);
Not released yet, though.
Deprecated functions:
CRM_Core_OptionGroup::getValue