JMIX 1.2 application settings addon - sorting

Hi,

addon works fine,
but I cannot find a way to sort the columns in the screen.
Sorting is not following any visible rule, which makes it hard to use it when you have many settings…

Regards
Roland

Hi,

it is assumed that screen for show application setting entity is opened directly as “Editor” and it is the main reason why there is no any sorting and filtering.

How many fields do you plan to keep in your settings entity? Is it a business case?

Regards,
Artem

Hi,

we had 25 fields, could reduce it to 15, but will have more in some weeks.
On our site it is a business case.
We migrated a prod Cuba app to JMIX… App settings and Quartz are the last topics to be migrated.
It would be fine enough when you include a scrollbox somewhere in here:

   <groupBox id="entityGroupBoxId" spacing="true" caption="" visible="false">
        <vbox id="propertiesGridLayout" spacing="true"/>
    </groupBox>

in app-settings-entity-screen.xml

And if you could add a alpha numeric order in the container you create with this:
initInstanceContainerWithDbEntity()
everything would be fine.

Regards
Roland

Agree with you, currently there is no proper sorting in application settings screen, raised issue for that

1 Like