You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptionValue.create now passes value: name (defaulting to the option's name when
not set explicitly), preventing CiviCRM from auto-assigning sequential integers (1, 2, 3…)
as stored values — which would force the :name suffix on every APIv4 custom-field write
OptionValueDef accepts an optional value field; it can be set explicitly in both the optionGroups.values and optionValues YAML sections