entityComboBox bug in 2.7.5, 2.7.6, and 2.8.0-RC1

I believe a bug was introduced in Jmix 2.7.5 that causes the “entity_clear” action to generate an “Unparseable value” error. The clear option works fine in 2.7.4 and below.

I’ve attached a simple project with an entityComboBox on the main view. The value can be cleared manually but the clear button generates an error.

The error is still present in 2.8.0-RC1. Could this be resolved for the official 2.8 release? Thanks!

<entityComboBox id="colorField" itemsContainer="colorsDc"
                metaClass="Colors" width="15em" label="Select a color and then clear it">
    <actions>
        <action id="clearColor" type="entity_clear" icon="vaadin:close-small"/>
    </actions>
</entityComboBox>

entity-clear-bug.zip (122.8 KB)

Hi,

Thank you for reporting the problem, I’ve created a GitHub issue. We will fix it for the 2.8.0 release.

Regards,
Gleb

1 Like