Dashboard addon Enum parameter value

Hi everyone,
I’m trying to learn how to use Dashboard addon, but there’s one thing I don’t understand. I see that I have the possibility to define a parameter for the dashboard: for example I can define the parameter P of integer type with value 5, but if I choose a parameter of Enum type I can only define the class (for example WeekDay.class) but not a real value (for example WeekDay.MONDAY).
In fact I also see that in the source code of EnumParameterValue that getValue returns enumClassName.
This does not happen for any other type of parameter: is it an error (the value field is missing in EnumParameterValue ) or does it have a purpose that I did not understand?

thanks a lot

Michele

Hello Michele,

It looks like ENUM values are not fully supported by the Dashboard add-on. I’ve created an issue on GitHub: Dashaboard add-on does not fully support ENUM values in parameters · Issue #4551 · jmix-framework/jmix · GitHub.

Thank you for reporting the problem!

Thank you Roman

bye