Sorting by description using display-entity

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Sorting by description using display-entity

Trenton Perceval
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?