jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Define desired listener for the dynamic attribute category

Open KremnevDmitry opened this issue 1 year ago • 1 comments

Environment

Jmix version: 2.3.999-SNAPSHOT

Bug Description

The following method was defined but does not work.

https://github.com/jmix-framework/jmix/blob/6e983d2ab989d41915beb85eb4b20a4104fde77d/jmix-dynattr/dynattr-flowui/src/main/java/io/jmix/dynattrflowui/view/category/CategoryDetailView.java#L408-L416

After support of declarative definition of SelectionListener (#3552) this syntax became possible, however the behavior of the method was not expected. It is necessary to fix the functionality.

KremnevDmitry avatar Aug 16 '24 12:08 KremnevDmitry

The problem is not only cousing with not using designated method. The problem is with not setting orderNo field of "CategoryAttribute" entity.

fractal3000 avatar Aug 31 '24 09:08 fractal3000