jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
692 stars 124 forks source link

Default value field of enumeration dynamic attribute #3857

Open SergeiAksenov2 opened 6 days ago

SergeiAksenov2 commented 6 days ago

Environment

Jmix version: 2.4.0

Bug Description

Default value field is not available while creating enum dynamic attribute. But this field is available when attribute is editing.

Steps To Reproduce

Start to create enumeration dynamic attribute with default value.

Current Behavior

Default value field is not available.

image

Expected Behavior

Default value field is available to clicking and contains the enam values.

knstvk commented 3 days ago

@SergeiAksenov2 - How does it work in 2.3?

SergeiAksenov2 commented 3 days ago

@knstvk In 2.3 it works correctly.