Hey guys,
I have a problem with the datatype "Enum".
When I publish my extension I get the following error message:
SchemaUpdateMode=synchronize failed with code 422. Reason: Requested value 'Uniformity_rst' was not found.
I have created the following enum object:
The user should have same possibilites to choose.
And that is the mapping in my table:
Here I want to get back the value, the user has chosen earlier.
Do you have an idea where my mistakes are?
Thank you :)