Skip to content

v0.6.2

Choose a tag to compare

@woduda woduda released this 13 Jun 19:46
· 4 commits to main since this release

Fixed

  • 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