Enum not showing properly in UI

Enum defined are not showing properly in cuba 7. see pic

cubaenum

Hi,

You need to localize enum values. In order to do this:

  • Open the enum designed
  • Select the enum value
  • Click the Edit Localization Message button

image

Alternatively, you can add localization messages manually to the messages.properties file that is located in the same package

image

Regards,
Gleb