moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
284 stars 204 forks source link

Drop down list order by? #301

Closed oliverkroener closed 6 years ago

oliverkroener commented 6 years ago

I have just checked the XSD for the element, but dit no find a order by clause.

The reason for that is, that the list should be ordered by a specific field of the entity, is that option missing or did I not find it?

By the way I work with Moqui 2.1.1RC ...

Thx

jonesde commented 6 years ago

Going forward please file requests for support on the new HiveMind instance on moqui.org. For more information about community infrastructure see:

https://www.moqui.org/docs/moqui/Community+Guide

In the near future issues on GitHub will be disabled altogether.

The order of options should be specified in the sub-elements to the drop-down element. There are many examples of this for entity-options, and for list-options you would do this in the data prep code.