Hi.
I've got the following field on my form:
<field name="currentStatusId" map-name="projectInfo" title="${uiLabelMap.CommonStatus}" sort-field="true" >
<display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/>
</field>
The problem is that when I sort by this field, ordering is made by the key. I would like to sort by description (localized). Is this possible to do this any way?