Installation fails with "'name,label,description' is not a valid option for field option_value_fields" on 5.49+
Attempting to install the extension fails with "'name,label,description' is not a valid option for field option_value_fields"
5.49 sets option_value_fields
to name,label,description
. The code assumes that values retrieved via api3 get
can be fed directly to api3 create
... which is not always true.