Hello,
I'm using MISC Custom Field plugin and I want to make multi select with values.
I'm using this groovy script:
class OptionType extends Option{
}
def option = new OptionType();
option.optionId = 121212;
option.value = "SomeValue";
return [option];
and after save, field shows me error:
java.lang.IllegalStateException: Field type com.innovalog.jmcf.fields.CalculatedMultiSelectField@503302ed of field AttachementList is not supported. |
can anyone help please ?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.